check_for_updates
Check if a newer version of the MCP file tools server is available, showing the current version and update instructions if outdated. Use force to bypass cached results.
Instructions
Check if a newer version of mcp-file-tools is available. Returns current version, latest version, and update instructions if outdated. Uses a cached result (max 1 GitHub API call per 30 min); force=true bypasses the cache. Call once at the start of each session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| installMethod | Yes | ||
| latestVersion | Yes | ||
| updateMessage | No | ||
| currentVersion | Yes |