Check for FeatureBoard updates
check_updatesCheck if a newer FeatureBoard version is available by fetching the release manifest. Displays update status and download links.
Instructions
Explicitly check featureboard.ai for a newer FeatureBoard release. This makes exactly ONE outbound HTTPS GET request — to https://featureboard.ai/downloads/latest.json — and ONLY when you call this tool; it never runs automatically (no polling, no startup check, no background timer). It is a plain GET with no request body: nothing about you, your board, or this machine is sent. Compares the manifest's version against THIS running server's own version (read from its own package.json) and reports whether an update is available, plus both download links — featureboard.plugin for Claude/Cowork installs, featureboard-mcp.zip for Cursor/Grok Build/other MCP clients. Fails soft on any network problem (timeout, offline, bad response) — never throws; call it again later if it couldn't reach the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||