@firfi/huly-mcp 0.1.22 → 0.1.25
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 +4 -1
- package/dist/index.cjs +1773 -1608
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://www.typescriptlang.org/)
|
|
7
7
|
[](https://github.com/dearlordylord/huly-mcp)
|
|
8
|
-
[](https://monadical.com)
|
|
9
9
|
|
|
10
10
|
MCP server for [Huly](https://huly.io/) integration.
|
|
11
11
|
|
|
@@ -128,12 +128,15 @@ MCP_TRANSPORT=http MCP_HTTP_PORT=8080 MCP_HTTP_HOST=0.0.0.0 npx -y @firfi/huly-m
|
|
|
128
128
|
| `MCP_TRANSPORT` | No | Transport type: `stdio` (default) or `http` |
|
|
129
129
|
| `MCP_HTTP_PORT` | No | HTTP server port (default: 3000) |
|
|
130
130
|
| `MCP_HTTP_HOST` | No | HTTP server host (default: 127.0.0.1) |
|
|
131
|
+
| `TOOLSETS` | No | Comma-separated tool categories to expose. If unset, all tools are exposed. Example: `issues,projects,search` |
|
|
131
132
|
|
|
132
133
|
*Auth: Provide either `HULY_EMAIL` + `HULY_PASSWORD` or `HULY_TOKEN`.
|
|
133
134
|
|
|
134
135
|
<!-- tools:start -->
|
|
135
136
|
## Available Tools
|
|
136
137
|
|
|
138
|
+
**`TOOLSETS` categories:** `projects`, `issues`, `comments`, `milestones`, `documents`, `storage`, `attachments`, `contacts`, `channels`, `calendar`, `time tracking`, `search`, `activity`, `notifications`, `workspace`
|
|
139
|
+
|
|
137
140
|
### Projects
|
|
138
141
|
|
|
139
142
|
| Tool | Description |
|