This is a bare-bones test server that demonstrates the MCP protocol's three core primitives: tools, prompts, and resources. It's explicitly labeled as a test implementation, so you'd use it for understanding how MCP servers work under the hood or as a reference when building your own. The streamable HTTP transport makes it easy to spin up in Docker and poke at the endpoints. Don't expect production-ready functionality here. It's scaffolding code meant for learning the protocol patterns, not solving real integration problems.
APP_HOSTdefault: 0.0.0.0Server host
APP_PORTdefault: 8080Server port