{
  "name": "mcp-bing-ads",
  "mcpName": "io.github.mharnett/bing-ads",
  "version": "1.1.0",
  "description": "MCP server for Microsoft Advertising (Bing Ads) API with campaign, ad group, keyword, and performance reporting. First comprehensive open-source Bing Ads MCP.",
  "main": "dist/index.js",
  "bin": {
    "mcp-bing-ads": "dist/index.js"
  },
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "config.example.json"
  ],
  "scripts": {
    "build": "tsc && node -e \"fs=require('fs');cp=require('child_process');sha=cp.execSync('git rev-parse --short HEAD 2>/dev/null||echo unknown').toString().trim();fs.writeFileSync('dist/build-info.json',JSON.stringify({sha,builtAt:new Date().toISOString()}))\"",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "vitest run"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "microsoft-advertising",
    "bing-ads",
    "marketing",
    "automation",
    "claude",
    "ad-management"
  ],
  "author": "drak-marketing",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mharnett/mcp-bing-ads"
  },
  "bugs": {
    "url": "https://github.com/mharnett/mcp-bing-ads/issues"
  },
  "homepage": "https://github.com/mharnett/mcp-bing-ads#readme",
  "engines": {
    "node": ">=18.18.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "cockatiel": "^3.2.1",
    "pino": "^8.21.0",
    "pino-pretty": "^13.1.3",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@drak-marketing/mcp-test-harness": "^0.1.2",
    "@types/node": "^20.10.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.0",
    "vitest": "^4.0.18"
  }
}
