-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.json
More file actions
36 lines (36 loc) · 1.26 KB
/
plugin.json
File metadata and controls
36 lines (36 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "mc-agent-toolkit",
"version": "1.12.0",
"description": "Monte Carlo Agent Toolkit — data observability for AI coding agents. Surfaces blast radius, active alerts, and monitor coverage gaps before you edit dbt SQL. Includes skills for incident response, proactive monitoring, storage cost analysis, and push ingestion. Hooks enforce data-safety checks automatically as you work.",
"author": {
"name": "Monte Carlo",
"url": "https://www.montecarlodata.com",
"email": "support@montecarlodata.com"
},
"homepage": "https://docs.getmontecarlo.com/docs/agent-toolkit",
"repository": "https://github.com/monte-carlo-data/mc-agent-toolkit",
"license": "Apache-2.0",
"keywords": [
"monte-carlo",
"data-observability",
"agent-toolkit",
"prevent",
"push-ingestion",
"validation-notebook",
"monitoring-advisor",
"dbt",
"schema"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"commands": [
"./commands/prevent/",
"./commands/push-ingestion/",
"./commands/monitoring-advisor/",
"./commands/catalog/",
"./commands/incident-response/",
"./commands/proactive-monitoring/",
"./commands/instrument-agent/"
],
"hooks": ["./hooks/prevent/hooks.json", "./hooks/telemetry/hooks.json"]
}