MCP Server Example
@t-nakatani
关于 MCP Server Example
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp_server-exmaple": {
"command": "uv",
"args": [
"run",
"mcp_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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/.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论