概览
What is MCP Server Example?
MCP Server Example is an example MCP server and client implementation from the Pydantic AI documentation at https://ai.pydantic.dev/mcp/server/.
How to use MCP Server Example?
Run the server with uv run mcp_server.py and the client with uv run client.py. No configuration or additional steps are mentioned.
Key features of MCP Server Example
—
Use cases of MCP Server Example
—
FAQ from MCP Server Example
How to run the server?
Use the command uv run mcp_server.py.
How to run the client?
Use the command uv run client.py.
Where is this example from?
The example is from https://ai.pydantic.dev/mcp/server/.