All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release of Deep Code Reasoning MCP Server
- Integration with Google's Gemini AI for deep code analysis
- Five core analysis tools:
escalate_analysis- Hand off complex analysis from Claude Code to Geminitrace_execution_path- Deep execution analysis with semantic understandinghypothesis_test- Test specific theories about code behaviorcross_system_impact- Analyze changes across service boundariesperformance_bottleneck- Deep performance analysis with execution modeling
- Support for analyzing TypeScript and JavaScript codebases
- Comprehensive documentation and examples
- MIT License
- GitHub Actions CI/CD pipeline
- ESLint configuration for code quality
- Environment variable support for secure API key management
- No code is stored permanently - analysis is performed in-memory
0.1.0 - 2025-01-10
- Initial project setup and core functionality