midnight-check-version
Compares your installed version with the npm registry to check for updates. Get instructions to update if you're missing tools or want new features.
Instructions
🔄 Check if you're running the latest version of midnight-mcp. Compares your installed version against npm registry and provides update instructions if outdated. Use this if tools seem missing or you want to ensure you have the latest features.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currentVersion | No | Your installed version | |
| latestVersion | No | Latest version on npm | |
| isUpToDate | No | Whether you have the latest | |
| message | No | Status message | |
| updateInstructions | No | How to update if outdated | |
| newFeatures | No | New features in latest version |