Add gateway-first pattern: when AGILITON_API_KEY is set, route all external API calls through the gateway with X-API-Key auth. Falls back to direct API access when gateway is unavailable. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
395 B
TypeScript
10 lines
395 B
TypeScript
/**
|
|
* Example MCP server using Hono with WebStandardStreamableHTTPServerTransport
|
|
*
|
|
* This example demonstrates using the Web Standard transport directly with Hono,
|
|
* which works on any runtime: Node.js, Cloudflare Workers, Deno, Bun, etc.
|
|
*
|
|
* Run with: npx tsx src/examples/server/honoWebStandardStreamableHttp.ts
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=honoWebStandardStreamableHttp.d.ts.map
|