Skip to content

v3.6.0

Choose a tag to compare

@ravitemer ravitemer released this 24 Jun 17:03
· 28 commits to main since this release

Added

  • Unified MCP Server Endpoint: New /mcp endpoint that exposes all capabilities from managed servers
    • Single endpoint for all MCP clients (Claude Desktop, Cline, etc.) to connect to
    • Automatic namespacing of capabilities to prevent conflicts between servers
    • Real-time capability synchronization when servers are added/removed/restarted
    • Support for tools, resources, resource templates, and prompts from all servers

Enhanced

  • Added comprehensive health monitoring with MCP endpoint statistics
  • Improved capability change detection with efficient key-based comparison
  • Added detailed documentation explaining the unified server approach

Changed

  • Refactored capability synchronization for better performance
  • Simplified capability change detection by removing complex deep comparisons