UNPKG
@aditya-vaish/kusto-mcp-server
Version:
latest (1.0.11)
1.0.11
1.0.10
MCP server for interacting with Kusto databases
@aditya-vaish/kusto-mcp-server
/
.vscode
/
settings.json
9 lines
•
204 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"github.copilot.chat.modelContextProtocol.servers"
: [ {
"name"
:
"Kusto MCP Server"
,
"command"
:
"node --no-warnings dist/index.js"
,
"cwd"
:
"
${workspaceFolder}
"
} ] }