Get server version
get_server_versionCheck the exact build of the running MCP server by displaying package.json version, git commit hash, and dirty-tree status. Use it to determine whether a server process is stale or current.
Instructions
Reports exactly which build of this MCP server is currently running: the package.json version, a git commit descriptor (short hash, plus a dirty-working-tree indicator) for the checked-out source, and a combined human-readable display string. Exists to tell a stale, already-running server process apart from the current build — this project doesn't bump package.json's version on every fix, so semver alone can't distinguish them. This is purely local diagnostic info: it doesn't call iDrive's API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||