@gethmy/mcp 3.7.0 → 3.9.0

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 @@ Claude Code, OpenAI Codex, Cursor, and any MCP client claim cards, report progre
5
5
 
6
6
  ## Features
7
7
 
8
- - **79 MCP Tools** for full board control, knowledge graph, and workflow plans
8
+ - **80 MCP Tools** for full board control, knowledge graph, and workflow plans
9
9
  - **Global Skills** — installable in one command, served from the DB-backed [skill hub](../../docs/skills.md) with auto-update and admin-managed versioning
10
10
  - **Knowledge Graph Memory** — Phase 1 surface: hybrid retrieval (vector + lexical + RRF), session-scoped working memory, activity feed. See [docs/memory.md](../../docs/memory.md)
11
11
  - **GSD Workflow Plans** - plan/execute/verify/done lifecycle with auto card creation
@@ -89,7 +89,7 @@ If you prefer to configure manually (e.g., in Claude.ai's UI):
89
89
  1. Get an API key from [Harmony](https://gethmy.com/user/keys)
90
90
  2. In Claude.ai, add a remote MCP server with URL `https://mcp.gethmy.com/mcp`
91
91
  3. Set the Authorization header to `Bearer hmy_your_key_here`
92
- 4. All 79 Harmony tools become available in your conversation
92
+ 4. All 80 Harmony tools become available in your conversation
93
93
 
94
94
  **Session management** is automatic - sessions have a 1-hour TTL and are created/renewed transparently.
95
95
 
@@ -377,7 +377,7 @@ Create and manage project plans with a phased workflow: **plan** → **execute**
377
377
  - `harmony_list_plans` - List plans in a project (filter by status or workflow phase)
378
378
  - `harmony_create_plan` - Create a new plan with embedded tasks
379
379
  - `harmony_get_plan` - Get plan by ID or card ID
380
- - `harmony_update_plan` - Update plan title, content, status, or phase
380
+ - `harmony_update_plan` - Update plan title, content, status, or its timeline dates (`startDate`/`endDate`, set together or both `null`)
381
381
  - `harmony_advance_plan` - Advance to next phase with side effects:
382
382
  - **plan → execute:** auto-creates board cards from plan tasks, sets plan active
383
383
  - **execute → verify:** checks card completion status