Kuritter Weight Mcp Server

by qlitre

96 downloads
Not rated
GitHub

Description

```txt npm install npm run dev ``` ```txt npm run deploy ``` [For generating/synchronizing types based on your Worker configuration run](https://developers.cloudflare.com/workers/wrangler/commands/#types): ```txt npm run cf-typegen ``` Pass the `CloudflareBindings` as generics…

About

```txt npm install npm run dev ``` ```txt npm run deploy ``` [For generating/synchronizing types based on your Worker configuration run](https://developers.cloudflare.com/workers/wrangler/commands/#types): ```txt npm run cf-typegen ``` Pass the `CloudflareBindings` as generics when instantiation `Hono`: ```ts //…

Details

Author
qlitre
Downloads
96
Categories
Other

Install dependencies with npm install, run the development server with npm run dev, and deploy using npm run deploy. For generating types, use npm run cf-typegen. When instantiating Hono, pass CloudflareBindings as generics.

npm install
npm run dev
npm run deploy

For generating/synchronizing types based on your Worker configuration run:

npm run cf-typegen

Pass the CloudflareBindings as generics when instantiation Hono:

// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.