Skip to main content

Examples

Worked reference apps live under examples/ in the repo — they are the gold implementations. READMEs (where present) stay in place; this page links out to them, otherwise to the example directory.

ExampleShowsSource / README
todo-apiHand-written operation handlers + the full security pipeline, in memory and Redis variants; MCP as an OAuth resource server.README
secure-apiOIDC cookie sessions, S2S HMAC import, owner-scoped resource authorization, fail-fast config validation.README
crud-apiZero-handler @persisted CRUD over a DataStore, live MCP mount + stdio transport. No security pipeline.examples/crud-api
crud-uiVite browser front-end driving the generated typed client against crud-api.examples/crud-ui