v0.4.2 - Simplified MCP Tool Registry
What's Changed
Breaking Changes
- Removed
generate_code_review_contextandgenerate_meta_promptfrom public MCP tool registry- These functions remain available for internal use but are no longer exposed as MCP tools
- This reduces the public tool count from 6 to 4, simplifying the LLM tool catalogue
Added
- Test to verify
get_mcp_tools()list matches actual MCP registry - Registry consistency check to prevent future mismatches
- ask_gemini MCP tool - NEW unified tool that combines file context generation with AI response in one step
- Comprehensive documentation for ask_gemini in README.md
Changed
- Updated docstrings to remove references to MCP tool usage for internal helpers
- Added comments marking internal helper functions
- Enhanced
get_mcp_tools()documentation to remind maintainers about registry synchronization
Deprecated
- generate_file_context MCP tool - Use ask_gemini instead for AI responses
- The generate_file_context tool now shows a deprecation warning
Full Changelog: v0.4.0...v0.4.2