add api
This commit is contained in:
@@ -66,7 +66,7 @@ class GraylogMcpClient:
|
|||||||
def probe(self) -> dict[str, object]:
|
def probe(self) -> dict[str, object]:
|
||||||
initialized = self._call(
|
initialized = self._call(
|
||||||
"initialize",
|
"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)
|
self._call("notifications/initialized", notification=True)
|
||||||
tools = self._call("tools/list")
|
tools = self._call("tools/list")
|
||||||
|
|||||||
Reference in New Issue
Block a user