Use this file to discover all available pages before exploring further.
A complete, runnable MCP server with one flow, in under 30 lines. No HTTP, no API key, no infrastructure. Runs over stdio so any MCP client can connect.
That’s a complete MCP server with one flow-driven tool. Connect it to ChatGPT, Claude, or any MCP client over stdio.State lives in memory and resets on restart. Good for development. For production, swap MemoryKvStore for a real backend (see KV store adapters) or set WANIWANI_API_KEY to use the WaniWani Platform for hosted state.