You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(examples): index missing server and client examples in README
Several runnable example files were not listed in the README index
tables, leaving them undiscoverable through the canonical entry point:
Server:
- arktypeExample.ts (ArkType / Standard Schema)
- valibotExample.ts (Valibot + @valibot/to-json-schema)
- customProtocolVersion.ts (custom protocol-version fallback)
Client:
- simpleTokenProvider.ts (minimal AuthProvider)
- dualModeAuth.ts (host-managed vs OAuth provider)
- customMethodExample.ts (vendor-prefixed methods + progress)
Adds one row per example to the existing tables. No code changes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
| Task interactive server | Task-based execution with interactive server→client requests. |[`src/simpleTaskInteractive.ts`](src/simpleTaskInteractive.ts)|
40
40
| Hono Streamable HTTP server | Streamable HTTP server built with Hono instead of Express. |[`src/honoWebStandardStreamableHttp.ts`](src/honoWebStandardStreamableHttp.ts)|
41
41
| SSE polling demo server | Legacy SSE server intended for polling demos. |[`src/ssePollingExample.ts`](src/ssePollingExample.ts)|
42
+
| ArkType schema validation | Minimal stdio server using ArkType (Standard Schema spec) for tool input schemas. |[`src/arktypeExample.ts`](src/arktypeExample.ts)|
43
+
| Valibot schema validation | Minimal stdio server using Valibot + `@valibot/to-json-schema` for tool input schemas. |[`src/valibotExample.ts`](src/valibotExample.ts)|
44
+
| Custom protocol version support | Supports protocol versions not yet shipped in the SDK; first in list is the fallback. |[`src/customProtocolVersion.ts`](src/customProtocolVersion.ts)|
0 commit comments