@firfi/huly-mcp 0.1.15 → 0.1.17
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/LICENSE +1 -1
- package/README.md +96 -6
- package/dist/index.cjs +14184 -9947
- package/dist/index.js +0 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +16 -12
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# @firfi/huly-mcp
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@firfi/huly-mcp)
|
|
4
|
+
[](https://www.npmjs.com/package/@firfi/huly-mcp)
|
|
5
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
7
|
+
[](https://github.com/dearlordylord/huly-mcp)
|
|
8
|
+
[](https://monadical.com)
|
|
4
9
|
|
|
5
10
|
MCP server for [Huly](https://huly.io/) integration.
|
|
6
11
|
|
|
@@ -115,9 +120,12 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
|
|
|
115
120
|
| Variable | Required | Description |
|
|
116
121
|
|----------|----------|-------------|
|
|
117
122
|
| `HULY_URL` | Yes | Huly instance URL |
|
|
118
|
-
| `HULY_EMAIL` |
|
|
119
|
-
| `HULY_PASSWORD` |
|
|
123
|
+
| `HULY_EMAIL` | Auth* | Account email |
|
|
124
|
+
| `HULY_PASSWORD` | Auth* | Account password |
|
|
125
|
+
| `HULY_TOKEN` | Auth* | API token (alternative to email/password) |
|
|
120
126
|
| `HULY_WORKSPACE` | Yes | Workspace identifier |
|
|
127
|
+
|
|
128
|
+
*Auth: Provide either `HULY_EMAIL` + `HULY_PASSWORD` or `HULY_TOKEN`.
|
|
121
129
|
| `HULY_CONNECTION_TIMEOUT` | No | Connection timeout in ms (default: 30000) |
|
|
122
130
|
| `MCP_TRANSPORT` | No | Transport type: `stdio` (default) or `http` |
|
|
123
131
|
| `MCP_HTTP_PORT` | No | HTTP server port (default: 3000) |
|
|
@@ -136,12 +144,24 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
|
|
|
136
144
|
|
|
137
145
|
| Tool | Description |
|
|
138
146
|
|------|-------------|
|
|
139
|
-
| `list_issues` | Query Huly issues with optional filters. Returns issues sorted by modification date (newest first). Supports filtering by project, status, assignee, and milestone. |
|
|
147
|
+
| `list_issues` | Query Huly issues with optional filters. Returns issues sorted by modification date (newest first). Supports filtering by project, status, assignee, and milestone. Supports searching by title substring (titleSearch) and description content (descriptionSearch). |
|
|
140
148
|
| `get_issue` | Retrieve full details for a Huly issue including markdown description. Use this to view issue content, comments, or full metadata. |
|
|
141
149
|
| `create_issue` | Create a new issue in a Huly project. Description supports markdown formatting. Returns the created issue identifier. |
|
|
142
150
|
| `update_issue` | Update fields on an existing Huly issue. Only provided fields are modified. Description updates support markdown. |
|
|
143
151
|
| `add_issue_label` | Add a tag/label to a Huly issue. Creates the tag if it doesn't exist in the project. |
|
|
144
152
|
| `delete_issue` | Permanently delete a Huly issue. This action cannot be undone. |
|
|
153
|
+
| `list_components` | List components in a Huly project. Components organize issues by area/feature. Returns components sorted by modification date (newest first). |
|
|
154
|
+
| `get_component` | Retrieve full details for a Huly component. Use this to view component content and metadata. |
|
|
155
|
+
| `create_component` | Create a new component in a Huly project. Components help organize issues by area/feature. Returns the created component ID and label. |
|
|
156
|
+
| `update_component` | Update fields on an existing Huly component. Only provided fields are modified. |
|
|
157
|
+
| `set_issue_component` | Set or clear the component on a Huly issue. Pass null for component to clear it. |
|
|
158
|
+
| `delete_component` | Permanently delete a Huly component. This action cannot be undone. |
|
|
159
|
+
| `list_issue_templates` | List issue templates in a Huly project. Templates define reusable issue configurations. Returns templates sorted by modification date (newest first). |
|
|
160
|
+
| `get_issue_template` | Retrieve full details for a Huly issue template. Use this to view template content and default values. |
|
|
161
|
+
| `create_issue_template` | Create a new issue template in a Huly project. Templates define default values for new issues. Returns the created template ID and title. |
|
|
162
|
+
| `create_issue_from_template` | Create a new issue from a template. Applies template defaults, allowing overrides for specific fields. Returns the created issue identifier. |
|
|
163
|
+
| `update_issue_template` | Update fields on an existing Huly issue template. Only provided fields are modified. |
|
|
164
|
+
| `delete_issue_template` | Permanently delete a Huly issue template. This action cannot be undone. |
|
|
145
165
|
|
|
146
166
|
### Comments
|
|
147
167
|
|
|
@@ -168,7 +188,7 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
|
|
|
168
188
|
| Tool | Description |
|
|
169
189
|
|------|-------------|
|
|
170
190
|
| `list_teamspaces` | List all Huly document teamspaces. Returns teamspaces sorted by name. Supports filtering by archived status. |
|
|
171
|
-
| `list_documents` | List documents in a Huly teamspace. Returns documents sorted by modification date (newest first). |
|
|
191
|
+
| `list_documents` | List documents in a Huly teamspace. Returns documents sorted by modification date (newest first). Supports searching by title substring (titleSearch) and content (contentSearch). |
|
|
172
192
|
| `get_document` | Retrieve full details for a Huly document including markdown content. Use this to view document content and metadata. |
|
|
173
193
|
| `create_document` | Create a new document in a Huly teamspace. Content supports markdown formatting. Returns the created document id. |
|
|
174
194
|
| `update_document` | Update fields on an existing Huly document. Only provided fields are modified. Content updates support markdown. |
|
|
@@ -180,11 +200,25 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
|
|
|
180
200
|
|------|-------------|
|
|
181
201
|
| `upload_file` | Upload a file to Huly storage. Provide ONE of: filePath (local file - preferred), fileUrl (fetch from URL), or data (base64 - for small files only). Returns blob ID and URL for referencing the file. |
|
|
182
202
|
|
|
203
|
+
### Attachments
|
|
204
|
+
|
|
205
|
+
| Tool | Description |
|
|
206
|
+
|------|-------------|
|
|
207
|
+
| `list_attachments` | List attachments on a Huly object (issue, document, etc.). Returns attachments sorted by modification date (newest first). |
|
|
208
|
+
| `get_attachment` | Retrieve full details for a Huly attachment including download URL. |
|
|
209
|
+
| `add_attachment` | Add an attachment to a Huly object. Provide ONE of: filePath (local file - preferred), fileUrl (fetch from URL), or data (base64). Returns the attachment ID and download URL. |
|
|
210
|
+
| `update_attachment` | Update attachment metadata (description, pinned status). |
|
|
211
|
+
| `delete_attachment` | Permanently delete an attachment. This action cannot be undone. |
|
|
212
|
+
| `pin_attachment` | Pin or unpin an attachment. |
|
|
213
|
+
| `download_attachment` | Get download URL for an attachment along with file metadata (name, type, size). |
|
|
214
|
+
| `add_issue_attachment` | Add an attachment to a Huly issue. Convenience method that finds the issue by project and identifier. Provide ONE of: filePath, fileUrl, or data. |
|
|
215
|
+
| `add_document_attachment` | Add an attachment to a Huly document. Convenience method that finds the document by teamspace and title/ID. Provide ONE of: filePath, fileUrl, or data. |
|
|
216
|
+
|
|
183
217
|
### Contacts
|
|
184
218
|
|
|
185
219
|
| Tool | Description |
|
|
186
220
|
|------|-------------|
|
|
187
|
-
| `list_persons` | List all persons in the Huly workspace. Returns persons sorted by modification date (newest first). |
|
|
221
|
+
| `list_persons` | List all persons in the Huly workspace. Returns persons sorted by modification date (newest first). Supports searching by name substring (nameSearch) and email substring (emailSearch). |
|
|
188
222
|
| `get_person` | Retrieve full details for a person including contact channels. Use personId or email to identify the person. |
|
|
189
223
|
| `create_person` | Create a new person in Huly. Returns the created person ID. |
|
|
190
224
|
| `update_person` | Update fields on an existing person. Only provided fields are modified. |
|
|
@@ -197,7 +231,7 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
|
|
|
197
231
|
|
|
198
232
|
| Tool | Description |
|
|
199
233
|
|------|-------------|
|
|
200
|
-
| `list_channels` | List all Huly channels. Returns channels sorted by name. Supports filtering by archived status. |
|
|
234
|
+
| `list_channels` | List all Huly channels. Returns channels sorted by name. Supports filtering by archived status. Supports searching by name substring (nameSearch) and topic substring (topicSearch). |
|
|
201
235
|
| `get_channel` | Retrieve full details for a Huly channel including topic and member list. |
|
|
202
236
|
| `create_channel` | Create a new channel in Huly. Returns the created channel ID and name. |
|
|
203
237
|
| `update_channel` | Update fields on an existing Huly channel. Only provided fields are modified. |
|
|
@@ -205,6 +239,10 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
|
|
|
205
239
|
| `list_channel_messages` | List messages in a Huly channel. Returns messages sorted by date (newest first). |
|
|
206
240
|
| `send_channel_message` | Send a message to a Huly channel. Message body supports markdown formatting. |
|
|
207
241
|
| `list_direct_messages` | List direct message conversations in Huly. Returns conversations sorted by date (newest first). |
|
|
242
|
+
| `list_thread_replies` | List replies in a message thread. Returns replies sorted by date (oldest first). |
|
|
243
|
+
| `add_thread_reply` | Add a reply to a message thread. Reply body supports markdown formatting. |
|
|
244
|
+
| `update_thread_reply` | Update a thread reply. Only the body can be modified. |
|
|
245
|
+
| `delete_thread_reply` | Permanently delete a thread reply. This action cannot be undone. |
|
|
208
246
|
|
|
209
247
|
### Calendar
|
|
210
248
|
|
|
@@ -232,4 +270,56 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
|
|
|
232
270
|
| `start_timer` | Start a client-side timer on a Huly issue. Validates the issue exists and returns a start timestamp. Use log_time to record the elapsed time when done. |
|
|
233
271
|
| `stop_timer` | Stop a client-side timer on a Huly issue. Returns the stop timestamp. Calculate elapsed time from start/stop timestamps and use log_time to record it. |
|
|
234
272
|
|
|
273
|
+
### Search
|
|
274
|
+
|
|
275
|
+
| Tool | Description |
|
|
276
|
+
|------|-------------|
|
|
277
|
+
| `fulltext_search` | Perform a global fulltext search across all Huly content. Searches issues, documents, messages, and other indexed content. Returns matching items sorted by relevance (newest first). |
|
|
278
|
+
|
|
279
|
+
### Activity
|
|
280
|
+
|
|
281
|
+
| Tool | Description |
|
|
282
|
+
|------|-------------|
|
|
283
|
+
| `list_activity` | List activity messages for a Huly object. Returns activity sorted by date (newest first). |
|
|
284
|
+
| `add_reaction` | Add an emoji reaction to an activity message. |
|
|
285
|
+
| `remove_reaction` | Remove an emoji reaction from an activity message. |
|
|
286
|
+
| `list_reactions` | List reactions on an activity message. |
|
|
287
|
+
| `save_message` | Save/bookmark an activity message for later reference. |
|
|
288
|
+
| `unsave_message` | Remove an activity message from saved/bookmarks. |
|
|
289
|
+
| `list_saved_messages` | List saved/bookmarked activity messages. |
|
|
290
|
+
| `list_mentions` | List @mentions of the current user in activity messages. |
|
|
291
|
+
|
|
292
|
+
### Notifications
|
|
293
|
+
|
|
294
|
+
| Tool | Description |
|
|
295
|
+
|------|-------------|
|
|
296
|
+
| `list_notifications` | List inbox notifications. Returns notifications sorted by modification date (newest first). Supports filtering by read/archived status. |
|
|
297
|
+
| `get_notification` | Retrieve full details for a notification. Use this to view notification content and metadata. |
|
|
298
|
+
| `mark_notification_read` | Mark a notification as read. |
|
|
299
|
+
| `mark_all_notifications_read` | Mark all unread notifications as read. Returns the count of notifications marked. |
|
|
300
|
+
| `archive_notification` | Archive a notification. Archived notifications are hidden from the main inbox view. |
|
|
301
|
+
| `archive_all_notifications` | Archive all notifications. Returns the count of notifications archived. |
|
|
302
|
+
| `delete_notification` | Permanently delete a notification. This action cannot be undone. |
|
|
303
|
+
| `get_notification_context` | Get notification context for an entity. Returns tracking information for a specific object. |
|
|
304
|
+
| `list_notification_contexts` | List notification contexts. Returns contexts sorted by last update timestamp (newest first). Supports filtering by pinned status. |
|
|
305
|
+
| `pin_notification_context` | Pin or unpin a notification context. Pinned contexts are highlighted in the inbox. |
|
|
306
|
+
| `list_notification_settings` | List notification provider settings. Returns current notification preferences. |
|
|
307
|
+
| `update_notification_provider_setting` | Update notification provider setting. Enable or disable notifications for a specific provider. |
|
|
308
|
+
| `get_unread_notification_count` | Get the count of unread notifications. |
|
|
309
|
+
|
|
310
|
+
### Workspace
|
|
311
|
+
|
|
312
|
+
| Tool | Description |
|
|
313
|
+
|------|-------------|
|
|
314
|
+
| `list_workspace_members` | List members in the current Huly workspace with their roles. Returns members with account IDs and roles. |
|
|
315
|
+
| `update_member_role` | Update a workspace member's role. Requires appropriate permissions. Valid roles: READONLYGUEST, DocGuest, GUEST, USER, MAINTAINER, OWNER, ADMIN. |
|
|
316
|
+
| `get_workspace_info` | Get information about the current workspace including name, URL, region, and settings. |
|
|
317
|
+
| `list_workspaces` | List all workspaces accessible to the current user. Returns workspace summaries sorted by last visit. |
|
|
318
|
+
| `create_workspace` | Create a new Huly workspace. Returns the workspace UUID and URL. Optionally specify a region. |
|
|
319
|
+
| `delete_workspace` | Permanently delete the current workspace. This action cannot be undone. Use with extreme caution. |
|
|
320
|
+
| `get_user_profile` | Get the current user's profile information including bio, location, and social links. |
|
|
321
|
+
| `update_user_profile` | Update the current user's profile. Supports bio, city, country, website, social links, and public visibility. |
|
|
322
|
+
| `update_guest_settings` | Update workspace guest settings. Control read-only guest access and guest sign-up permissions. |
|
|
323
|
+
| `get_regions` | Get available regions for workspace creation. Returns region codes and display names. |
|
|
324
|
+
|
|
235
325
|
<!-- tools:end -->
|