You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mcp): complete migration to native RMCP implementation
- Replace custom MCP implementation with official RMCP SDK
- Implement native RMCP server using toolbox pattern with #[tool_router] and #[tool_handler]
- Add 3 core analysis tools: repository_stats, content_stats, analyze_complexity
- Support both stdio and SSE transport protocols following mcp-containerd patterns
- Fix all compilation errors and achieve clean build with zero warnings
- Remove legacy bridge approach eliminating technical debt
- Update main.rs and lib.rs for native RMCP integration
- Update example to use native RMCP server implementation
- Clean up unused imports and resolve type mismatches
Architecture: Native RMCP SDK with automatic tool registration
Tools: Basic analysis foundation ready for expansion
Transport: stdio (default) and SSE server support
Status: All tools compile and run successfully
closes rmcp_migration_1, closes rmcp_migration_2, closes rmcp_migration_3,
closes rmcp_migration_4, closes rmcp_migration_5, closes rmcp_migration_6,
closes rmcp_migration_7, closes rmcp_migration_8, closes rmcp_migration_9,
closes rmcp_migration_10, closes rmcp_migration_cleanup
0 commit comments