errolseo/mcp-server-sample
3.2
If you are the rightful owner of mcp-server-sample 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.
The Model Context Protocol (MCP) server is designed to facilitate seamless communication and data exchange between clients and servers using the MCP framework.
MCP Server Example
Usage
# Default
uv run sse-server
# Using custom port
uv run sse-server --port 8000
# Custom logging level
uv run sse-server --log-level DEBUG
Reference
python-sdk/examples/servers /simple-streamablehttp-stateless