hubble-mcp-tool
Version:
MCP server for Hubble
47 lines (46 loc) • 969 B
JSON
{
"name": "hubble-mcp-tool",
"version": "0.1.19",
"description": "MCP server for Hubble",
"license": "MIT",
"keywords": [
"modelcontextprotocol",
"mcp",
"mcp-server",
"hubble"
],
"repository": {
"type": "git",
"url": "https://github.com/HubbleVision/hubble-ai-mcp.git"
},
"author": "",
"type": "module",
"engines": {
"node": ">=18"
},
"bin": {
"hubble-mcp-tool": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"start": "node --loader ts-node/esm src/index.ts",
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"version-bump": "node scripts/version-bump.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.3",
"axios": "^1.8.3",
"dotenv": "^16.4.7",
"ts-node": "^10.9.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22",
"shx": "^0.3.4",
"typescript": "^5.7.2"
}
}