MCP in Netdata Operations Diagram (#20637)
Update README.md
Costa Tsaousis committed
Jul 6, 2025 at 03:27 UTC
86d8e29833dcc193c9ca4341d169e77444714bed
1 file changed
+5
docs/netdata-agent/README.md
+5
@@ -21,6 +21,8 @@ stateDiagram-v2
21
Detect: Detect Anomalies
22
Dashboard:::userFeature
23
Dashboard: Netdata Dashboards
24
+ AIAssistant:::userFeature
25
+ AIAssistant: AI Assistant
26
3rdDashboard:::userFeature
27
3rdDashboard: 3rd party Dashboards
28
Notifications:::userFeature
@@ -38,7 +40,9 @@ stateDiagram-v2
40
Store --> Stream
41
Store --> Export
42
Query --> Visualize
43
+ Query --> MCP
44
Score --> Visualize
45
+ Score --> MCP
46
Check --> Alerts
47
Learn --> Detect: trained ML models
48
Alerts --> Notifications
@@ -46,6 +50,7 @@ stateDiagram-v2
50
Export --> Others
51
Others --> 3rdDashboard
52
Visualize --> Dashboard
53
+ MCP --> AIAssistant
54
Score:::usedByNC
55
Query:::usedByNC
56
Alerts:::usedByNC