{
  "name": "fetchsandbox-mcp",
  "version": "0.7.0",
  "mcpName": "io.github.fetchsandbox/mcp",
  "description": "A deterministic verification engine for agents. Fires the edge cases your sandbox never sends, then proves a fix: the same scenario fails on the old code and passes on the new.",
  "license": "MIT",
  "author": "FetchSandbox",
  "homepage": "https://fetchsandbox.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fetchsandbox/mcp.git"
  },
  "bugs": {
    "url": "https://github.com/fetchsandbox/mcp/issues"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "verification",
    "agent-verification",
    "integration-testing",
    "webhook-testing",
    "idempotency",
    "api-sandbox",
    "stripe",
    "paddle",
    "claude",
    "cursor",
    "openapi"
  ],
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "fetchsandbox-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "test": "npm run build && node --test test/*.test.mjs",
    "prepublishOnly": "npm run build && npm test",
    "mcpb": "node scripts/build-mcpb.mjs"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.6.0"
  },
  "engines": {
    "node": ">=18"
  }
}
