Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.35 KB

File metadata and controls

35 lines (27 loc) · 1.35 KB

Changelog

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.

Added

  • 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 Gemini
    • trace_execution_path - Deep execution analysis with semantic understanding
    • hypothesis_test - Test specific theories about code behavior
    • cross_system_impact - Analyze changes across service boundaries
    • performance_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

Security

  • Environment variable support for secure API key management
  • No code is stored permanently - analysis is performed in-memory

0.1.0 - 2025-01-10

Added

  • Initial project setup and core functionality