Files
agent-bounty-protocol/packages/mcp-server/package.json
OG T 7108ff8ab3
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
feat: beta promo, zero fee, scout bot, and LLM SEO
2026-06-07 14:33:26 +08:00

44 lines
979 B
JSON

{
"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"
}
}