Skip to content

Commit 84128d1

Browse files
fix: add root wrangler.toml for Cloudflare deployment
Cloudflare runs `wrangler deploy` from the repo root but the worker source is in workers/mcp/. This root config points to the correct worker entry point so Cloudflare can find and deploy it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4ff62e9 commit 84128d1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

wrangler.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Root wrangler.toml — delegates to workers/mcp/
2+
# Cloudflare runs `wrangler deploy` from the repo root, so this file
3+
# points to the actual worker source in workers/mcp/
4+
5+
name = "ui-kit-mcp"
6+
main = "workers/mcp/src/worker.ts"
7+
compatibility_date = "2024-12-01"
8+
compatibility_flags = ["nodejs_compat"]

0 commit comments

Comments
 (0)