{
  "name": "@graphql-hive/plugin-mcp",
  "version": "0.1.0-alpha-fe6fd314380b611e2f6571d873a9595463235dc8",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/plugins/mcp"
  },
  "author": {
    "email": "contact@the-guild.dev",
    "name": "The Guild",
    "url": "https://the-guild.dev"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pkgroll --clean-dist",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "graphql": "^15.9.0 || ^16.9.0",
    "langfuse": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "langfuse": {
      "optional": true
    }
  },
  "dependencies": {
    "@graphql-hive/logger": "^1.1.0",
    "@graphql-mesh/fusion-runtime": "^1.8.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@graphql-hive/gateway-runtime": "2.7.7",
    "graphql": "^16.12.0",
    "graphql-yoga": "^5.16.2",
    "pkgroll": "2.23.0",
    "sofa-api": "0.18.9-alpha-20260209105916-0e8bbdbf1143e58f25a464acfb9132491bff932a"
  },
  "sideEffects": false
}