{
"name": "@nacgarg/bazel-mcp-server",
"version": "0.1.0",
"description": "MCP server for interacting with Bazel",
"license": "MIT",
"author": "nacgarg",
"homepage": "https://github.com/nacgarg/bazel-mcp-server",
"repository": {
"type": "git",
"url": "https://github.com/nacgarg/bazel-mcp-server.git"
},
"bugs": "https://github.com/nacgarg/bazel-mcp-server/issues",
"type": "module",
"bin": {
"bazel-mcp-server": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"lint": "eslint --ext .ts ."
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.0.1"
},
"devDependencies": {
"@types/node": "^22",
"shx": "^0.3.4",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18"
},
"keywords": [
"bazel",
"model-context-protocol",
"mcp",
"cli"
]
}