Skip to main content

Setup

With Auth Headers

JWT Refresh

Tool Namespacing

MCP tools are namespaced with server_id__tool_name:

Automatic Reconnection

Health check before every tool call (5s timeout). On failure:
  1. Drop old service
  2. Call refresher
  3. Retry with new service (up to 3 attempts)

Multiple Servers

Thread Safety

  • Service wrapped in Arc<RwLock<...>>
  • Multiple agents can use concurrently
  • Refresh waits for in-flight calls to complete