Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/servers/hono-mcp/worker-configuration.d.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types --env-interface CloudflareBindings` (hash: 5066a64e589624f692179c953a3682a5)
// Generated by Wrangler by running `wrangler types` (hash: 187132f48ddf0f604882ba8213fe386f)
// Runtime types generated with workerd@1.20250617.0 2025-06-20
declare namespace Cloudflare {
interface Env {
ASSETS: Fetcher
}
}
interface CloudflareBindings extends Cloudflare.Env {}
interface Env extends Cloudflare.Env {}

// Begin runtime types
/*! *****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@axodotdev/oranda": "^0.6.5",
"@modelcontextprotocol/sdk": "^1.13.1",
"@modelcontextprotocol/sdk": "^1.13.3",
"@types/react": "^19.0.12",
"prettier": "^3.5.3",
"react": "^19.0.0",
Expand Down
Loading
Loading