We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34e8fe commit 1bfc086Copy full SHA for 1bfc086
src/mcp/client/session_group.py
@@ -291,7 +291,7 @@ async def _aggregate_components(
291
prompts_temp: dict[str, types.Prompt] = {}
292
resources_temp: dict[str, types.Resource] = {}
293
tools_temp: dict[str, types.Tool] = {}
294
- tool_to_session_temp: dict[str, "mcp.ClientTransportSession"] = {}
+ tool_to_session_temp: dict[str, mcp.ClientTransportSession] = {}
295
296
# Query the server for its prompts and aggregate to list.
297
try:
0 commit comments