server_status
Diagnose MCP connectivity issues by checking whether the MCP layer responds, how many tools are registered, and if configured extensions are accessible.
Instructions
Report the runtime status of this LogMCP server: whether the MCP layer is responding, how many tools are registered, and whether each configured extension is accessible.
When to use
Use as a first step when diagnosing MCP connectivity issues — before the deeper check_environment checks (file system, systemd, TLS). Returns quickly and confirms that the MCP tool layer itself is functional.
Response
ok — true if all checks passed.
checks — array of check result objects, each with:
name— check identifierok— true if the check passed, false if it faileddetail— human-readable description of the result or error (omitted when empty)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||