dismissUpdateNotice
Dismiss a specific update notice by providing the version string, preventing re-mention of that version while still allowing alerts for newer versions.
Instructions
Call this after the user declines an update offered via an "_updateNotice" field on a previous tool response, passing that same version string, so hilan-mcp stops mentioning that specific version. It will still notify about a newer version later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | The version string from the _updateNotice you want to dismiss, e.g. "0.2.0" |