The backend had a redundant MCP server implementation that was commented out
and not being used. The standalone MCP server in /mcp-server/ is already
functional and provides complete MCP integration.
Changes:
- Removed commented MCP server import and initialization code from main.py
- Deleted redundant /backend/app/mcp/distributed_mcp_server.py
- Cleaned up unused imports and code paths
Benefits:
- Eliminates code duplication and maintenance burden
- Removes confusion about which MCP server to use
- Simplifies backend codebase
- Standalone MCP server in /mcp-server/ provides full functionality
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>