@firfi/huly-mcp 0.1.41 → 0.1.42
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 +10 -1
- package/dist/index.cjs +521 -241
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
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`, `cards`, `labels`
|
|
139
|
+
**`TOOLSETS` categories:** `projects`, `issues`, `comments`, `milestones`, `documents`, `storage`, `attachments`, `contacts`, `channels`, `calendar`, `time tracking`, `search`, `activity`, `notifications`, `workspace`, `cards`, `labels`, `tag-categories`
|
|
140
140
|
|
|
141
141
|
### Projects
|
|
142
142
|
|
|
@@ -352,5 +352,14 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
|
|
|
352
352
|
| `update_label` | Update a label/tag definition. Accepts label ID or title. Only provided fields are modified. |
|
|
353
353
|
| `delete_label` | Permanently delete a label/tag definition. Accepts label ID or title. This action cannot be undone. |
|
|
354
354
|
|
|
355
|
+
### Tag-Categories
|
|
356
|
+
|
|
357
|
+
| Tool | Description |
|
|
358
|
+
|------|-------------|
|
|
359
|
+
| `list_tag_categories` | List tag/label categories in the workspace. Categories group labels (e.g., 'Priority Labels', 'Type Labels'). Optional targetClass filter (defaults to all). |
|
|
360
|
+
| `create_tag_category` | Create a new tag/label category. Idempotent: returns existing category if one with the same label and targetClass already exists (created=false). Defaults targetClass to tracker issues. |
|
|
361
|
+
| `update_tag_category` | Update a tag/label category. Accepts category ID or label name. Only provided fields are modified. |
|
|
362
|
+
| `delete_tag_category` | Permanently delete a tag/label category. Accepts category ID or label name. Labels in this category will be orphaned (not deleted). This action cannot be undone. |
|
|
363
|
+
|
|
355
364
|
<!-- tools:end -->
|
|
356
365
|
|