We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a61d3f commit 4e05b6eCopy full SHA for 4e05b6e
apps/graphql/src/tools/graphql.tools.ts
@@ -1011,9 +1011,6 @@ export function registerGraphQLTools(agent: GraphQLMCP) {
1011
const compressedQuery = LZString.compressToEncodedURIComponent(query)
1012
const compressedVariables = LZString.compressToEncodedURIComponent(JSON.stringify(variables))
1013
const explorerUrl = `https://graphql.cloudflare.com/explorer?query=${compressedQuery}&variables=${compressedVariables}`
1014
-
1015
- // Add the explorer URL to the result
1016
- result.explorerUrl = explorerUrl
1017
1018
// Check if the response is too large (MCP server will fail if > 1MB)
1019
const resultString = JSON.stringify(result)
0 commit comments