health_check
Verify MCP server health at session start by parsing config.ini to report version, device count, and config status without connecting to EOS devices.
Instructions
Report server version and configuration status (lightweight).
Call this at session start (or after a tool-call timeout) to confirm the MCP is up, see which version is running, and verify the device inventory config loads. Lightweight: it only reads and parses config.ini — it does NOT open any eAPI/pyeapi connection to EOS devices, so it is safe to call against a large fleet without touching the network.
Always returns the same keys: status (healthy / degraded / error),
service, version, config_path (resolved config.ini path),
device_count (EOS hosts in config), tags (sorted distinct tags), and
config (ok / error / missing). On a degraded or error result, detail
carries the reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_path | No |