Complete FastMCP starter with Streamable HTTP, stdio, tools, resource, prompt, tests, Docker, Kubernetes/EKS and CI.
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env
python-mcp-serverMCP endpoint: http://localhost:8000/mcp
python-mcp-server-stdio
pytest -q
docker compose up --build
- get_job_status
- get_job_errors
- get_kafka_consumer_lag
- get_application_health
See docs/ARCHITECTURE.md, docs/DEPLOYMENT.md, and docs/SECURITY.md. Replace sample service responses with your real integrations before production.