A simple MCP server implementation using the fastmcp framework.
- Health check tool
- Echo tool
- Easy to extend
- Justfile for automation
pip install -r requirements.txtpython app.pyOr install and run:
pip install -e .
mcp-serverThis project includes a Justfile for easy automation:
just install # Install dependencies
just develop # Install in development mode
just run # Run the server
just test # Test the server
just help # Show available commandsdiscovery_resource- List discoverable x402 resources from the Bazaar.call_service- Call x402 service
MIT