github tylergraydev/claude-code-tool-manager v1.8.0

latest releases: v3.8.5, v3.8.4, v3.8.3...
3 months ago

v1.8.0 - Lazy-Loading MCP Gateway

Added

Lazy-Loading MCP Gateway

New approach to MCP tool management that reduces context pollution. Instead of exposing all backend tools upfront, the gateway provides 3 meta-tools:

  • list_available_mcps: Discover available MCP servers
  • load_mcp_tools: Connect to an MCP and get its tools
  • call_mcp_tool: Execute a tool on a specific MCP

Connection Management

  • Backend manager with lazy connection initialization
  • MCPs loaded from database but not connected until requested
  • Namespaced tool names (e.g., mcp_name__tool_name)
  • Connection status tracking (Connecting, Connected, Disconnected, Failed, Restarting)
  • Backend restart capability

Transport & Server Features

  • Uses rmcp's StreamableHttpService for HTTP transport
  • Axum server with CORS support
  • Graceful shutdown handling
  • Gateway lifecycle management (start/stop/restart)

TypeScript Types

  • Added AvailableMcp interface for lazy-loading metadata
  • Updated GatewayServerStatus with available/connected backends
  • Added BackendInfo for connection status reporting

Fixed

  • Vitest clipboard mock now uses Object.defineProperty for happy-dom compatibility
  • ComponentExports test paths now use $lib alias
  • Added $app/stores mock for Sidebar.svelte imports
  • Skipped flaky ComponentExports tests in CI environment

Don't miss a new claude-code-tool-manager release

NewReleases is sending notifications on new releases.