Examples
All examples live in examples/ and run with npx tsx.
| Example | What it shows |
|---|---|
| stdio-server | Minimal server with two tools — start here |
| client-usage | DeltaClient connect, progressive disclosure, on-demand schema fetch |
| result-handler | Truncation, pagination, object summarization, rate-limit handling |
| filesystem-server | Real-world server: read/write/list/search files, path sandbox |
| pagination | 1 000-record server, 6 pagination patterns including auto-fetch-all |
| http-oauth-server | HTTP + OAuth 2.1 resource-server, RS256, curl walkthrough |