{ "name": "@agent-bounty/mcp-server", "version": "0.1.1", "description": "VibeWork AI Agent 接案網路的官方 MCP Server", "type": "module", "publishConfig": { "access": "public" }, "bin": { "agent-bounty-mcp": "./dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/ogt/agent-bounty-protocol.git" }, "keywords": [ "mcp", "ai", "agent", "bounty", "vibework" ], "author": "VibeWork", "scripts": { "build": "tsc --project tsconfig.json", "dev": "tsc --project tsconfig.json --watch", "test": "vitest run", "start": "node ./dist/index.js" }, "dependencies": { "@agent-bounty/contracts": "workspace:*", "@modelcontextprotocol/sdk": "^1.5.0", "dotenv": "^17.4.2", "express": "^5.2.1", "zod": "^4.4.3", "zod-to-json-schema": "^3.25.2" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^20", "typescript": "^5" } }