-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "oncall-specialist",
"version": "1.0.0",
"description": "AI-powered On-Call Specialist Agent for Microsoft ICM — incident triage, R2D generation, Kusto investigation, and ADO integration",
"private": true,
"scripts": {
"setup": "cd icm-mcp-server && npm install && cd ../oncall-agent && npm install",
"agent": "node oncall-agent/oncall-agent.js",
"mcp": "node icm-mcp-server/index.js",
"install-copilot": "node oncall-agent/install.js && node icm-mcp-server/install.js"
},
"keywords": ["icm", "oncall", "incident", "azure", "diskrp", "mcp", "copilot", "r2d"],
"author": "Rui Zhan <rzhan@microsoft.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zhanrz88-sudo/oncallspecialist.git"
},
"engines": {
"node": ">=18.0.0"
}
}