File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ /** @type {import("eslint").Linter.Config } */
2+ module . exports = {
3+ root : true ,
4+ extends : [ '@repo/eslint-config/default.cjs' ] ,
5+ }
Original file line number Diff line number Diff line change 1- // Generated by Wrangler by running `wrangler types` (hash: c6d245b6498a55f3fab538f83441cc4f )
1+ // Generated by Wrangler by running `wrangler types` (hash: 68d38f0a872a7c8fd2f61cc98d48fda3 )
22// Runtime types generated with [email protected] 2025-03-10 nodejs_compat 33declare namespace Cloudflare {
44 interface Env {
@@ -8,8 +8,8 @@ declare namespace Cloudflare {
88 MCP_SERVER_VERSION : "<PLACEHOLDER>" | "1.0.0" ;
99 CLOUDFLARE_CLIENT_ID : string ;
1010 CLOUDFLARE_CLIENT_SECRET : string ;
11- MCP_OBJECT : DurableObjectNamespace /* GraphQLMCP */ ;
12- USER_DETAILS : DurableObjectNamespace /* UserDetails */ ;
11+ MCP_OBJECT : DurableObjectNamespace < import ( "./src/graphql.app" ) . GraphQLMCP > ;
12+ USER_DETAILS : DurableObjectNamespace < import ( "./src/graphql.app" ) . UserDetails > ;
1313 MCP_METRICS : AnalyticsEngineDataset ;
1414 }
1515}
You can’t perform that action at this time.
0 commit comments