ghyghoo8/mcp-server-demo
3.1
If you are the rightful owner of mcp-server-demo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured overview of a Model Context Protocol (MCP) server, detailing its features, tools, resources, usage, and FAQs.
mcp-server-demo
写一个mcp服务
python 运行
cd py
// 开发
uvicorn main:app --reload
// 生产
uvicorn main:app
// pip install "uvicorn[standard]"
// uvicorn main:app --host '0.0.0.0' --port 8800 --reload