Demonstrates a minimal, functional MCP server example exposing basic tools via `fastmcp`.
This repository serves as a practical, copy-pasteable starting point for developers looking to implement an MCP server. It provides a foundational example using `fastmcp` to expose simple tools like `echo` and `now`, illustrating how to register functions with type hints as accessible client commands. Complete with a `Dockerfile` and `requirements.txt`, it offers both local Python execution and containerized deployment options, making it easy to understand and extend for custom MCP integrations.