Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e-tests/test_sdk_mcp_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def greet_tool(args: dict[str, Any]) -> dict[str, Any]:

async with ClaudeSDKClient(options=options) as client:
await client.query(
"Use the echo tool to echo 'test' and use greet tool to greet 'Alice'"
"First use the greet tool to greet 'Alice'. After that completes, use the echo tool to echo 'test'. Do these one at a time, not in parallel."
)

async for message in client.receive_response():
Expand Down