Server Version
system.versionCheck the kObsidian server's package name, semver, host runtime, and runtime version to confirm the build or perform a health check. Read-only.
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). |