npm install
npm run devnpm run deployFor generating/synchronizing types based on your Worker configuration run:
npm run cf-typegenPass the CloudflareBindings as generics when instantiation Hono:
// src/index.ts
const app = new Hono()InspectorでMCPを確認する場合
Auth が未実装なので
DANGEROUSLY_OMIT_AUTH=true pnpx @modelcontextprotocol/inspectorで起動し、
- Transport Type: Streamable HTTP
- URL: http://localhost:8787/mcp
で実行できた。

