Skip to content

Commit b3d045d

Browse files
committed
feat(mcp): update mcp server name
1 parent ab7b391 commit b3d045d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

sse/wrangler.jsonc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,14 @@
44
*/
55
{
66
"$schema": "node_modules/wrangler/config-schema.json",
7-
"name": "sse",
7+
"name": "doit-mcp-server",
88
"main": "src/index.ts",
99
"compatibility_date": "2025-03-10",
1010
"compatibility_flags": ["nodejs_compat"],
1111
"migrations": [
1212
{
1313
"tag": "v1",
1414
"new_sqlite_classes": ["DoitMCP"]
15-
},
16-
{
17-
"tag": "v2",
18-
"renamed_classes": [
19-
{
20-
"from": "MyMCP",
21-
"to": "DoitMCP"
22-
}
23-
]
2415
}
2516
],
2617
"durable_objects": {

0 commit comments

Comments
 (0)