Server Version
system.versionRetrieve the kObsidian server's package name, version, runtime, and runtime version to perform health checks or confirm the server build. Read-only, zero side effects.
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. | |
| version | Yes | Semver version. | |
| runtime | Yes | Which runtime is executing the server. | |
| runtimeVersion | Yes | Version of the runtime (bun or node). | |
| summary | Yes | Human-readable one-liner combining the fields above. |