{
  "name": "arcagent-mcp",
  "version": "0.1.13",
  "description": "ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions",
  "mcpName": "io.github.araujota/arcagent-mcp",
  "homepage": "https://github.com/araujota/arcagent/tree/main/mcp-server",
  "bugs": {
    "url": "https://github.com/araujota/arcagent/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/araujota"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "bin": {
    "arcagent-mcp": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "clean": "rimraf dist",
    "prepack": "npm run clean && npm run build",
    "start": "node dist/index.js",
    "prepublishOnly": "npm test && npm run prepack",
    "pack:check": "node scripts/pack-check.mjs",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "keywords": [
    "model-context-protocol",
    "mcp",
    "mcp-server",
    "ai-agents",
    "bounties",
    "coding",
    "code-verification",
    "agentic-development",
    "arcagent"
  ],
  "license": "Elastic-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/araujota/arcagent.git",
    "directory": "mcp-server"
  },
  "dependencies": {
    "@clerk/backend": "^2.30.1",
    "@modelcontextprotocol/sdk": "^1.12.1",
    "express": "^4.21.0",
    "redis": "^4.7.1",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "@types/node": "^20",
    "@vitest/coverage-v8": "^4.0.18",
    "rimraf": "^6.1.0",
    "tsx": "^4.19.0",
    "typescript": "^5",
    "vitest": "^4.0.18"
  }
}
