This commit is contained in:
larssand
2026-06-21 22:04:26 +02:00
parent 047eb20bc0
commit 0daa34cb03

View File

@@ -66,7 +66,7 @@ class GraylogMcpClient:
def probe(self) -> dict[str, object]:
initialized = self._call(
"initialize",
{"protocolVersion": "2025-03-26", "capabilities": {}, "clientInfo": {"name": "fgAI", "version": "0.1"}},
{"protocolVersion": "2025-06-18", "capabilities": {}, "clientInfo": {"name": "fgAI", "version": "0.1"}},
)
self._call("notifications/initialized", notification=True)
tools = self._call("tools/list")