info
Check service availability and retrieve version details for the GNU units converter, including database source and data version.
Instructions
Discovery / health-check entrypoint: report availability and version info.
Returns seven keys: status ("available"), name, version (package version),
python (runtime version), mcp_sdk (MCP SDK version, or "unknown"),
toolsets (empty until the GNU units engine lands), and units_db — the
bundled GNU units database's source, data_version, and data_updated
(§2.4.6 / §5.4), read from the shipped file's own header so it can't drift.
Example: {"status":"available","name":"mcp-gnu-units","version":"0.0.1",
"python":"3.12.3","mcp_sdk":"1.28.0","toolsets":[],
"units_db":{"source":"GNU units","data_version":"3.26","data_updated":"2026-02-25"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||