Skip to content

Commit ca24cab

Browse files
chore(internal): codegen related update
1 parent bbe84b3 commit ca24cab

File tree

4 files changed

+32
-31
lines changed

4 files changed

+32
-31
lines changed

.eslintcache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
bash ./bin/check-release-environment
2020
env:
2121
NPM_TOKEN: ${{ secrets.IMAGE_KIT_NPM_TOKEN || secrets.NPM_TOKEN }}
22+

packages/mcp-server/cloudflare-worker/wrangler.jsonc

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,33 @@
33
* https://developers.cloudflare.com/workers/wrangler/configuration/
44
*/
55
{
6-
"$schema": "node_modules/wrangler/config-schema.json",
7-
"name": "imagekit-nodejs-api-mcp-server",
8-
"main": "src/index.ts",
9-
"compatibility_date": "2025-03-10",
10-
"compatibility_flags": ["nodejs_compat"],
11-
"migrations": [
12-
{
13-
"new_sqlite_classes": ["MyMCP"],
14-
"tag": "v1"
15-
}
16-
],
17-
"durable_objects": {
18-
"bindings": [
19-
{
20-
"class_name": "MyMCP",
21-
"name": "MCP_OBJECT"
22-
}
23-
]
24-
},
25-
"kv_namespaces": [
26-
{
27-
"binding": "OAUTH_KV",
28-
"id": "ae6fe7d7993146a9b8d54d87f73b0bdf"
29-
}
30-
],
31-
"observability": {
32-
"enabled": true
33-
},
34-
"assets": { "directory": "./static/", "binding": "ASSETS" }
6+
"$schema": "node_modules/wrangler/config-schema.json",
7+
"name": "imagekit-nodejs-api-mcp-server",
8+
"main": "src/index.ts",
9+
"compatibility_date": "2025-03-10",
10+
"compatibility_flags": ["nodejs_compat"],
11+
"migrations": [
12+
{
13+
"new_sqlite_classes": ["MyMCP"],
14+
"tag": "v1"
15+
}
16+
],
17+
"durable_objects": {
18+
"bindings": [
19+
{
20+
"class_name": "MyMCP",
21+
"name": "MCP_OBJECT"
22+
}
23+
]
24+
},
25+
"kv_namespaces": [
26+
{
27+
"binding": "OAUTH_KV",
28+
"id": "ae6fe7d7993146a9b8d54d87f73b0bdf"
29+
}
30+
],
31+
"observability": {
32+
"enabled": true
33+
},
34+
"assets": { "directory": "./static/", "binding": "ASSETS" }
3535
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
export const workerPath = require.resolve('./code-tool-worker.mjs');
3+
export const workerPath = require.resolve('./code-tool-worker.mjs')

0 commit comments

Comments
 (0)