atoonk/mcpserver-example
3.1
If you are the rightful owner of mcpserver-example 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.
A minimal FastMCP server demo with HTTP streaming and SSE capabilities.
mcpserver-example
A minimal FastMCP server demo with HTTP streaming (/shttp/) and SSE (/sse/).
Requirements
- Python 3.10+
- fastmcp, uvicorn (
pip install fastmcp uvicorn
)
Setup
python -m venv venv && source venv/bin/activate
pip install fastmcp uvicorn
Run
python main.py