mcp-webhook
v0.0.1
Published
```txt npm install npm run dev ```
Downloads
7
Readme
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<{ Bindings: CloudflareBindings }>()