Skip to content

Commit 2238e39

Browse files
author
Motta Kin
committed
Update doc example to fix test
1 parent 8d4b41f commit 2238e39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/mcp/client.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,9 @@ async def mcp_server_instructions():
354354
return server.instructions
355355

356356
async def main():
357-
result = await agent.run('Use the server tools to help me')
357+
result = await agent.run('What is 7 plus 5?')
358358
print(result.output)
359+
#> The answer is 12.
359360
```
360361

361362
## Tool metadata

0 commit comments

Comments
 (0)