Demo MCP (Model Context Protocol) server built with fastmcp. Exposes simple tools over stdio.
add(a, b)— sum two integersget_time()— current date/time (ISO format)greet(name)— greet by name
python -m venv venv
source venv/bin/activate
pip install mcppython server.pyRuns over stdio transport — connect from an MCP client (e.g. Claude Desktop) rather than invoking directly.