m
mao_mcp_test
carlLi/mao_mcp_test
0 Stars
11 次浏览
更新于 2026-08-23
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"mao_test_mcp": {
"args": [
"mao-mcp-test-01@latest"
],
"command": "uvx"
}
}
}
服务介绍
fastmcp-hello
一个基于FastMCP的简单MCP服务器示例。
安装
bash
pip install mao-mcp-test-01