Skip to content

Commit ec45050

Browse files
committed
Docs update
1 parent e2bfe51 commit ec45050

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/builtin-tools.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,9 @@ _(This example is complete, it can be run "as is")_
425425
The [`MCPServerTool`][pydantic_ai.builtin_tools.MCPServerTool] allows your agent to pass MCP configurations in context,
426426
so that the agent can offload MCP calls and parsing to the provider.
427427

428+
> **Note:** This tool is useful for models that support passing MCP servers as tools in parameters, so the model handles calls to remote servers by itself.
429+
> However, a vast majority of models do not support this feature, in which case you should refer to an [alternative solution](mcp/overview.md).
430+
428431
### Provider Support
429432

430433
| Provider | Supported | Notes |
@@ -489,7 +492,7 @@ _(This example is complete, it can be run "as is")_
489492

490493
### Configuration Options
491494

492-
The `WebSearchTool` supports several configuration parameters:
495+
The `MCPServerTool` supports several configuration parameters:
493496

494497
```py {title="mcp_server_configured.py"}
495498
from pydantic_ai import Agent, MCPServerTool

0 commit comments

Comments
 (0)