bugger-mcp
Version:
MCP Server for managing bugs, feature requests, and improvements
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "bugger-mcp",
"version": "0.4.13",
"description": "MCP Server for managing bugs, feature requests, and improvements",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js"
},
"keywords": [
"mcp",
"bugger",
"bugs",
"features",
"improvements"
],
"author": "katroc",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/katroc/bugger.git"
},
"bugs": {
"url": "https://github.com/katroc/bugger/issues"
},
"homepage": "https://github.com/katroc/bugger#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"chalk": "^5.4.1",
"sqlite-vec": "^0.1.2",
"sqlite3": "^5.1.7",
"tree-sitter": "^0.21.1",
"tree-sitter-java": "^0.23.5",
"tree-sitter-javascript": "^0.23.1",
"tree-sitter-typescript": "^0.23.2",
"zod": "^4.0.5"
},
"devDependencies": {
"@types/node": "^20.19.8",
"typescript": "^5.8.3"
},
"bin": {
"bugger-mcp": "dist/index.js"
}
}