ping
Verify the responsiveness of the Joern MCP Server by querying its version; returns the version if active or 'Query Failed' if unresponsive.
Instructions
Checks if the Joern server is running and responsive by querying its version
@return: The Joern server version if successful, 'Query Failed' if the server is not responding
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "pingArguments",
"type": "object"
}