Expand description
Router dispatcher for routing tool calls to the correct downstream MCP client.
Structsยง
- Router
Dispatcher - A
ToolDispatcherthat routescall_tool(server, tool, args)to the correct downstream MCP client based on server name. - Router
Resource Dispatcher - A
ResourceDispatcherthat routesread_resource(server, uri)to the correct downstream MCP client based on server name.