@gethmy/mcp 2.13.3 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -214,8 +214,11 @@ Every skill ships with an `hmy-update-check` preamble that fires on invocation.
214
214
  - `harmony_delete_card` - Delete a card
215
215
  - `harmony_assign_card` - Assign to team member
216
216
  - `harmony_search_cards` - Search by title/description
217
- - `harmony_get_card` - Get card details by UUID
218
- - `harmony_get_card_by_short_id` - Get card by short ID (e.g., #42)
217
+ - `harmony_get_card` - Fetch one or many cards: `{ cardId }` (UUID, full) · `{ shortId }` (e.g. 42, full) · `{ shortIds }` (array, compact summaries). Provide exactly one selector.
218
+
219
+ > **Deprecated (still accepted via the compat shim, removed in a future major):**
220
+ > `harmony_get_card_by_short_id` → `harmony_get_card { shortId }`,
221
+ > `harmony_bulk_get_cards` → `harmony_get_card { shortIds }`. See `CHANGELOG.md` (2.14.0).
219
222
 
220
223
  ### Card Link Operations
221
224