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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Will display as follows:
89
89
The other transport offered by MCP is the[stdio transport](https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/transports/#stdio) where the server is run as a subprocess and communicates with the client over`stdin` and`stdout`. In this case, you'd use the[`MCPServerStdio`][pydantic_ai.mcp.MCPServerStdio] class.
90
90
91
91
!!! note
92
-
When using[`MCPServerStdio`][pydantic_ai.mcp.MCPServerStdio] servers, the[`agent.run_mcp_servers()`][pydantic_ai.Agent.run_mcp_servers] context manager is responsible for starting and stopping the server.
92
+
When using[`MCPServerStdio`][pydantic_ai.mcp.MCPServerStdio] servers, the[`agent.run_mcp_servers()`][pydantic_ai.Agent.run_mcp_servers] context manager is responsible for starting and stopping the server.