File tree Expand file tree Collapse file tree 4 files changed +32
-31
lines changed
Expand file tree Collapse file tree 4 files changed +32
-31
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1919 bash ./bin/check-release-environment
2020 env :
2121 NPM_TOKEN : ${{ secrets.IMAGE_KIT_NPM_TOKEN || secrets.NPM_TOKEN }}
22+
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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' )
You can’t perform that action at this time.
0 commit comments