server_version
Report the actual server build, install location, and npx cache status to clarify which version is truly running versus declared or resolved versions. Read-only check requiring no credentials.
Instructions
Report which build of this server is answering, where it is running from, and whether it came out of an npx cache. Four values look like this one and are not: what npm calls latest, what the version range resolves to, what the plugin manifest declares, and what is actually running. Checking the command-line tool is not a substitute, since it is a separate process resolved separately. No credentials needed; read-only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| version | Yes | The version of the build answering this call, which is not necessarily what npm calls latest, what the version range resolves to, or what the plugin manifest declares | |
| npxCache | Yes | Whether this build is being served out of an npx cache, which reuses a build without re-resolving the version range and without erroring | |
| installPath | Yes | Where this build is running from. An npx cache path is what distinguishes the release you expected from whatever npx already had | |
| nodeVersion | Yes |