{ "name": "graphql-to-mcp", "version": "0.2.0", "mcpName": "io.github.Docat0209/graphql", "description": "Turn any GraphQL API into MCP tools. Zero config, zero code — just point at an endpoint.", "type": "module", "bin": { "graphql-to-mcp": "./dist/bin/graphql-to-mcp.js" }, "exports": { ".": "./dist/src/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest run", "test:watch": "vitest", "lint": "biome check .", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "graphql": "^16.10.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0", "vitest": "^3.0.0" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "graphql", "model-context-protocol", "ai", "llm", "api", "tools", "claude", "mcp-server", "graphql-tools" ], "license": "MIT", "homepage": "https://github.com/Docat0209/mcp-graphql#readme", "repository": { "type": "git", "url": "https://github.com/Docat0209/mcp-graphql" }, "bugs": { "url": "https://github.com/Docat0209/mcp-graphql/issues" } }