Server Version
system.versionReturn the running server's package name, semver version, host runtime, and runtime version for health checks and server build confirmation.
Instructions
Return the running kObsidian server's package name, semver version, host runtime (bun or node), and runtime version. Use this as a health-check or to confirm which server build a client is talking to. Read-only; zero side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | npm package name of the running server. | |
| runtime | Yes | Which runtime is executing the server. | |
| summary | Yes | Human-readable one-liner combining the fields above. | |
| version | Yes | Semver version. | |
| runtimeVersion | Yes | Version of the runtime (bun or node). |