-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Asana MCP doesn't work with Bedrock #1804
Copy link
Copy link
Closed as not planned
Labels
Description
Describe the bug
When running a session with the Asana MCP server enabled and an Amazon Bedrock model, the following error occurs
Ran into this error: Request failed: Request failed with status: 400 Bad Request. Message: {"external_model_provider":"amazon-bedrock","external_model_error":{"message":"tools.39.input_schema.properties: Property keys should match pattern '^[a-zA-Z0-9_-]{1,64}$'"}}.
Changing the model to GPT-4o works.
@baxen says "we should just do a conversion of some kind if it won't work on bedrock"
To Reproduce
Steps to reproduce the behavior:
- Add Asana extension w/ valid Asana Access Token
goose://extension?cmd=npx&arg=-y&arg=%40roychri%2Fmcp-server-asana&id=asana&name=Asana&description=enable%20task%20automation%2C%20project%20tracking%2C%20and%20team%20collaboration&env=ASANA_ACCESS_TOKEN%3DAsana%20Access%20Token
- Change Provider to Amazon Bedrock
- Start session and enter any prompt
Reactions are currently unavailable