Skip to content

Commit cbb3877

Browse files
authored
Update client.md - Typo (#2105)
1 parent 38034ad commit cbb3877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mcp/client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Examples of both are shown below; [mcp-run-python](run-python.md) is used as the
3131
!!! note
3232
[`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.
3333

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
3535
[Streamable HTTP](https://github.com/modelcontextprotocol/specification/pull/206) currently in development.
3636

3737
Before creating the SSE client, we need to run the server (docs [here](run-python.md)):
@@ -371,7 +371,7 @@ async def main():
371371

372372
_(This example is complete, it can be run "as is" with Python 3.10+)_
373373

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.:
375375

376376
```python {title="sampling_disallowed.py" hl_lines="6" py="3.10"}
377377
from pydantic_ai.mcp import MCPServerStdio

0 commit comments

Comments
 (0)