Server Info
server_infoCheck which deployment and build is answering by reading build-info.json, install root, Python version, and registered tool names. Use this read-only call first to verify a redeployed build is live.
Instructions
Identify this deployment: package name, build UTC and build
id from the build stamp (build-info.json; null with a note
for a source checkout or a pre-stamp package), install root
(distinguishes the PRO and QA installs), Python version, and
the tool names this server process actually registered.
Read-only, touches no Outlook/OneNote/file state. Call it
FIRST when verifying that a redeployed build is the one
answering — a server started before a promote keeps running
the old code until its client restarts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| package | No | ||
| build_id | No | ||
| built_utc | No | ||
| build_mode | No | ||
| install_root | Yes | ||
| enabled_tools | Yes | ||
| python_version | Yes |