Skip to content

Commit 96f6101

Browse files
committed
refactor: updated mcp client doc
1 parent 25e8610 commit 96f6101

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
@@ -100,7 +100,7 @@ Will display as follows:
100100
[`MCPServerSSE`][pydantic_ai.mcp.MCPServerSSE] connects over HTTP using the [HTTP + Server Sent Events transport](https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/transports/#http-with-sse) to a server.
101101

102102
!!! note
103-
[`MCPServerSSE`][pydantic_ai.mcp.MCPServerSSE] requires an MCP server to be running and accepting HTTP connections before running the agent. Running the server is not managed by Pydantic AI.
103+
[`MCPServerSSE`][pydantic_ai.mcp.MCPServerSSE] requires an MCP server to be running and accepting HTTP connections before running the agent. Running the server is not managed by Pydantic AI.
104104

105105
The name "HTTP" is used since this implementation will be adapted in future to use the new
106106
[Streamable HTTP](https://github.com/modelcontextprotocol/specification/pull/206) currently in development.

0 commit comments

Comments
 (0)