honoWebStandardStreamableHttp.d.ts 395 B

12345678910
  1. /**
  2. * Example MCP server using Hono with WebStandardStreamableHTTPServerTransport
  3. *
  4. * This example demonstrates using the Web Standard transport directly with Hono,
  5. * which works on any runtime: Node.js, Cloudflare Workers, Deno, Bun, etc.
  6. *
  7. * Run with: npx tsx src/examples/server/honoWebStandardStreamableHttp.ts
  8. */
  9. export {};
  10. //# sourceMappingURL=honoWebStandardStreamableHttp.d.ts.map