mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
Bump Veritas Kanban to v5.0.1, update release docs, and fix the local macOS packaging smoke check.
32 lines
746 B
JSON
32 lines
746 B
JSON
{
|
|
"name": "@veritas-kanban/mcp",
|
|
"version": "5.0.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",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"@veritas-kanban/shared": "workspace:*",
|
|
"hono": "^4.12.25",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.2",
|
|
"tsx": "^4.22.4",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Brad Groux <brad@digitalmeld.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BradGroux/veritas-kanban.git"
|
|
}
|
|
}
|