MCP Server - No stepId found for tool_call_id call_XXXXXX #7352
Closed
swainsa1
started this conversation in
Help Wanted
Replies: 2 comments 1 reply
-
On Further investigation i am getting the same error with puppeter too , Its able to launch a browser but fails with the same error in the chat model
|
Beta Was this translation helpful? Give feedback.
1 reply
-
It turns out the issue is with Stream only . When we disable Stream manually currently code does not support it gracefully , I have verified without it works with both Azure Open AI and Open AI with out any issue . We are good for now hence closing it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a in house MCP server which i am using to make a call , Tool is registered sucessfully and makes a call to a docker container where my MCP server is running
MCP Server configuration
LOG
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-05-13T14:13:40.996Z debug: [MCP][User: 681cb798d8eb058f02ef1c48][XXX] Transport sending: {"method":"notifications/initialized","jsonrpc":"2.0"}
2025-05-13T14:13:40.997Z info: [MCP][User: 681cb798d8eb058f02ef1c48][XXX] Connection successfully established
2025-05-13T14:13:40.997Z debug: [MCP][User: 681cb798d8eb058f02ef1c48] Updated last activity timestamp: 2025-05-13T14:13:40.997Z
2025-05-13T14:13:40.998Z debug: [MCP][User: 681cb798d8eb058f02ef1c48][XXX] Transport sending: {"method":"tools/call","params":{"name":"XXX","arguments":{}},"jsonrpc":"2.0",... [truncated]
[05/13/25 14:13:41] INFO Processing request of type server.py:534
CallToolRequest
2025-05-13T14:13:42.159Z debug: [MCP][User: 681cb798d8eb058f02ef1c48] Updated last activity timestamp: 2025-05-13T14:13:42.159Z
2025-05-13T14:13:42.164Z error: [api/server/controllers/agents/client.js #sendCompletion] Operation aborted No stepId found for tool_call_id call_Cz4b9PwDX20qmiDkwRbzIZ2R
2025-05-13T14:13:42.164Z error: [api/server/controllers/agents/client.js #sendCompletion] Unhandled error type No stepId found for tool_call_id call_Cz4b9PwDX20qmiDkwRbzIZ2R
Beta Was this translation helpful? Give feedback.
All reactions