Skip to content

Commit 9b82864

Browse files
committed
feat(mcp): add route
1 parent 746e8a6 commit 9b82864

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sse/wrangler.jsonc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"main": "src/index.ts",
99
"compatibility_date": "2025-03-10",
1010
"compatibility_flags": ["nodejs_compat"],
11-
// "routes": ["mcp.doit.com/*"],
11+
"routes": [
12+
{
13+
"pattern": "mcp.doit.com/*",
14+
"zone_name": "doit.com"
15+
}
16+
],
1217
"migrations": [
1318
{
1419
"tag": "v1",

0 commit comments

Comments
 (0)