Files
OG T 254a8ea959
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 8s
chore: reposition VibeWork as A2A Technical Exchange Network for AI SEO
2026-06-08 11:24:13 +08:00

44 lines
1022 B
JSON

{
"name": "@agent-bounty/mcp-server",
"version": "0.1.1",
"description": "VibeWork: The Agent-to-Agent (A2A) Technical Exchange & Freelance Network Official 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"
}
}