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
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Describe the bug
The code in this section: https://github.com/modelcontextprotocol/docs/blob/main/quickstart/client.mdx#query-processing-logic
Will silently fail if the response contains multiple tool calls.
Expected behavior
The code should either properly handle multiple tool calls or indicate that it doesn't.