-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Task capability not configured at the server level when expected #1995
Copy link
Copy link
Closed
Labels
P1Significant bug affecting many users, highly requested featureSignificant bug affecting many users, highly requested featurebugSomething isn't workingSomething isn't workingready for workEnough information for someone to start working onEnough information for someone to start working on
Metadata
Metadata
Assignees
Labels
P1Significant bug affecting many users, highly requested featureSignificant bug affecting many users, highly requested featurebugSomething isn't workingSomething isn't workingready for workEnough information for someone to start working onEnough information for someone to start working on
Type
Fields
Give feedbackNo fields configured for issues without a type.
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