@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 CHANGED
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue.svg)](https://www.typescriptlang.org/)
7
7
  [![MCP Server](https://badge.mcpx.dev?type=server&features=tools)](https://github.com/dearlordylord/huly-mcp)
8
- [![cooked at Monadical](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Monadical-SAS/monadical.com/master/static/api/cooked-at-monadical.json)](https://monadical.com)
8
+ [![cooked at Monadical](https://img.shields.io/endpoint?url=https://monadical.com/static/api/cooked-at-monadical.json)](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 |