You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, a SyncMcpToolCallbackProvider binds all available MCP clients. However, in many real-world scenarios (e.g. multi-tenant applications or region-specific deployments), users may want to dynamically include only a subset of servers by name.
This method enables:
Runtime filtering of MCP clients based on supplied server names
Construction of a ToolCallbackProvider limited to permitted clients
Cleaner usage without manually filtering the list each time
Signed-off-by: Sizhe Fan <132420031+paoxiaomooo@users.noreply.github.com>
0 commit comments