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
The enable_tasks() method doesn't properly set the tasks.requests.tools.call capability on the server, causing compatibility issues with clients that assert against server capabilities before attempting task support on a tool invocation.
Initial Checks
Description
The
enable_tasks()method doesn't properly set thetasks.requests.tools.callcapability on the server, causing compatibility issues with clients that assert against server capabilities before attempting task support on a tool invocation.Identified during strands-agents/harness-sdk#1475.
Example Code
Python & MCP Python SDK