Skip to content

Commit 6d647c7

Browse files
authored
Update Grafana MCP to SSE mode in registry (#750)
1 parent 11772b0 commit 6d647c7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pkg/registry/data/registry.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -982,9 +982,14 @@
982982
"get_analysis",
983983
"list_investigations",
984984
"find_error_pattern_logs",
985-
"find_slow_requests"
986-
],
987-
"transport": "stdio"
985+
"find_slow_requests",
986+
"list_pyroscope_label_names",
987+
"list_pyroscope_label_values",
988+
"list_pyroscope_profile_types",
989+
"fetch_pyroscope_profile"
990+
],
991+
"transport": "sse",
992+
"target_port": 8000
988993
},
989994
"hass-mcp": {
990995
"args": [],

0 commit comments

Comments
 (0)