package.json•1.2 kB
{
"name": "@meinzeug/mcp-ai-bug-helper",
"version": "1.1.3",
"description": "MCP server that routes tough coding questions through OpenRouter coding advisors.",
"main": "dist/server.js",
"scripts": {
"build": "tsc --pretty",
"postbuild": "chmod +x dist/server.js || true",
"dev": "tsx src/server.ts",
"scenarios": "tsx scripts/run-scenarios.ts",
"start": "node dist/server.js",
"typecheck": "tsc --noEmit --pretty",
"prepublishOnly": "npm run build"
},
"bin": {
"mcp-ai-bug-helper": "dist/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meinzeug/mcp-ai-bug-helper.git"
},
"keywords": [
"mcp",
"codex",
"openrouter",
"cli",
"llm"
],
"author": "",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/meinzeug/mcp-ai-bug-helper/issues"
},
"homepage": "https://github.com/meinzeug/mcp-ai-bug-helper#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0",
"dotenv": "^17.2.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.10.1",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}