@aditya-vaish/kusto-mcp-server
Version:
MCP server for interacting with Kusto databases
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "@aditya-vaish/kusto-mcp-server",
"version": "1.0.11",
"description": "MCP server for interacting with Kusto databases",
"main": "dist/index.js",
"type": "commonjs",
"bin": {
"kusto-mcp-server": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "node dist/index.js",
"dev": "node --no-warnings --enable-source-maps dist/index.js",
"watch": "tsc -w",
"clean": "rimraf dist",
"rebuild": "npm run clean && npm run build",
"unpublish": "npm unpublish --force",
"setup": "ts-node setup.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "npx @modelcontextprotocol/inspector node dist/index.js"
},
"keywords": [
"mcp",
"kusto",
"azure-data-explorer"
],
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"azure-kusto-data": "^6.0.3",
"azure-kusto-ingest": "^6.0.3",
"dotenv": "^16.4.7",
"shx": "^0.4.0",
"vscode-mcp-server": "^0.2.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.8.2",
"@types/node": "^22.14.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}