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
Copy file name to clipboardExpand all lines: docs/mcp/client.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Examples of both are shown below; [mcp-run-python](run-python.md) is used as the
31
31
!!! note
32
32
[`MCPServerSSE`][pydantic_ai.mcp.MCPServerSSE] requires an MCP server to be running and accepting HTTP connections before calling [`agent.run_mcp_servers()`][pydantic_ai.Agent.run_mcp_servers]. Running the server is not managed by PydanticAI.
33
33
34
-
The name "HTTP" is used since this implemented will be adapted in future to use the new
34
+
The name "HTTP" is used since this implementation will be adapted in future to use the new
35
35
[Streamable HTTP](https://github.com/modelcontextprotocol/specification/pull/206) currently in development.
36
36
37
37
Before creating the SSE client, we need to run the server (docs [here](run-python.md)):
@@ -371,7 +371,7 @@ async def main():
371
371
372
372
_(This example is complete, it can be run "as is" with Python 3.10+)_
373
373
374
-
You can disallow sampling by settings[`allow_sampling=False`][pydantic_ai.mcp.MCPServerStdio.allow_sampling] when creating the server reference, e.g.:
374
+
You can disallow sampling by setting[`allow_sampling=False`][pydantic_ai.mcp.MCPServerStdio.allow_sampling] when creating the server reference, e.g.:
0 commit comments