veritas-kanban/mcp/package.json

33 lines
787 B
JSON

{
"name": "@veritas-kanban/mcp",
"version": "6.1.1",
"description": "MCP server for Veritas Kanban",
"type": "module",
"main": "./dist/index.js",
"bin": {
"vk-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"test": "vitest run --maxWorkers=4",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.30.0",
"@veritas-kanban/shared": "workspace:*",
"hono": "^4.13.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^26.2.0",
"tsx": "^4.23.12",
"typescript": "^6.0.3"
},
"license": "MIT",
"author": "Brad Groux <brad@digitalmeld.io>",
"repository": {
"type": "git",
"url": "https://github.com/BradGroux/veritas-kanban.git"
}
}