{
  "name": "@statsig/mcp-test",
  "version": "0.0.5",
  "description": "Statsig MCP Server (TEST VERSION) - Making your AI context-aware with feature flags, experiments, and analytics",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "mcp-test": "./build/cli.js"
  },
  "scripts": {
    "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755'); require('fs').chmodSync('build/cli.js', '755')\"",
    "start:sse": "MCP_TRANSPORT=sse node build/index.js",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "build",
    "README.md"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "statsig",
    "feature-flags",
    "experiments",
    "analytics",
    "ai",
    "claude",
    "cursor"
  ],
  "author": "Statsig",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/statsig-io/mcp-statsig.git"
  },
  "homepage": "https://github.com/statsig-io/mcp-statsig",
  "bugs": {
    "url": "https://github.com/statsig-io/mcp-statsig/issues"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^22.10.0",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "@apidevtools/swagger-parser": "^10.1.1",
    "@modelcontextprotocol/sdk": "^1.4.0",
    "express": "^4.18.2",
    "openapi3-ts": "^4.4.0",
    "zod": "^3.24.2",
    "zod-to-json-schema": "^3.24.5"
  }
}
