🌟 Release Highlights
This release adds comprehensive documentation for Serena, an MCP server that brings semantic code analysis and IDE-like editing capabilities to agentic workflows.
📚 What's New
Serena MCP Server Documentation - Enables agents to work at the symbol level rather than file level, supporting 30+ programming languages through LSP integration. Key capabilities include:
- Symbol-level Operations - Navigate code structures (
find_symbol,find_referencing_symbols), edit at function/class level (replace_symbol_body,insert_after_symbol) - Multi-Language Support - Configure Go, TypeScript, Python, and 30+ other languages with version-specific settings
- Integration Patterns - Memory caching for performance, workflow examples for refactoring, analysis, and documentation generation
Ahoy! This treasure was crafted by 🏴☠️ Release
What's Changed
- Add Serena MCP server documentation by @Copilot in #12127
Full Changelog: v0.37.29...v0.37.30