@firfi/huly-mcp 0.1.40 → 0.1.41

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
@@ -136,7 +136,7 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
136
136
  <!-- tools:start -->
137
137
  ## Available Tools
138
138
 
139
- **`TOOLSETS` categories:** `projects`, `issues`, `comments`, `milestones`, `documents`, `storage`, `attachments`, `contacts`, `channels`, `calendar`, `time tracking`, `search`, `activity`, `notifications`, `workspace`, `labels`
139
+ **`TOOLSETS` categories:** `projects`, `issues`, `comments`, `milestones`, `documents`, `storage`, `attachments`, `contacts`, `channels`, `calendar`, `time tracking`, `search`, `activity`, `notifications`, `workspace`, `cards`, `labels`
140
140
 
141
141
  ### Projects
142
142
 
@@ -331,6 +331,18 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
331
331
  | `update_guest_settings` | Update workspace guest settings. Control read-only guest access and guest sign-up permissions. |
332
332
  | `get_regions` | Get available regions for workspace creation. Returns region codes and display names. |
333
333
 
334
+ ### Cards
335
+
336
+ | Tool | Description |
337
+ |------|-------------|
338
+ | `list_card_spaces` | List all Huly card spaces. Returns card spaces sorted by name. Card spaces are containers for cards. |
339
+ | `list_master_tags` | List master tags (card types) available in a Huly card space. Master tags define the type/schema of cards that can be created in a space. |
340
+ | `list_cards` | List cards in a Huly card space. Returns cards sorted by modification date (newest first). Supports filtering by type (master tag), title substring, and content search. |
341
+ | `get_card` | Retrieve full details for a Huly card including markdown content. Use this to view card content and metadata. |
342
+ | `create_card` | Create a new card in a Huly card space. Requires a master tag (card type). Content supports markdown formatting. Returns the created card id. |
343
+ | `update_card` | Update fields on an existing Huly card. Only provided fields are modified. Content updates support markdown. |
344
+ | `delete_card` | Permanently delete a Huly card. This action cannot be undone. |
345
+
334
346
  ### Labels
335
347
 
336
348
  | Tool | Description |