We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4b41f commit 2238e39Copy full SHA for 2238e39
docs/mcp/client.md
@@ -354,8 +354,9 @@ async def mcp_server_instructions():
354
return server.instructions
355
356
async def main():
357
- result = await agent.run('Use the server tools to help me')
+ result = await agent.run('What is 7 plus 5?')
358
print(result.output)
359
+ #> The answer is 12.
360
```
361
362
## Tool metadata
0 commit comments