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 e414828 commit c6d3bdcCopy full SHA for c6d3bdc
src/mcp/server/session.py
@@ -13,7 +13,7 @@
13
async def handle_tool_call(ctx: RequestContext, arguments: dict[str, Any]) -> Any:
14
# Check client capabilities before proceeding
15
if ctx.session.check_client_capability(
16
- types.ClientCapabilities(experimental={"advanced_tools": True})
+ types.ClientCapabilities(experimental={"advanced_tools": dict()})
17
):
18
# Perform advanced tool operations
19
result = await perform_advanced_tool_operation(arguments)
0 commit comments