Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84c6c5d

Browse files
authored
fix docs indent (pydantic#1394)
1 parentb22f95c commit84c6c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/mcp/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Will display as follows:
8989
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.
9090

9191
!!! 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.
9393

9494
```python {title="mcp_stdio_client.py" py="3.10"}
9595
from pydantic_aiimport Agent

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp