@task-boards/mcp-server 0.22.0 → 0.25.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-boards/mcp-server",
3
- "version": "0.22.0",
3
+ "version": "0.25.0",
4
4
  "description": "MCP stdio server for Task Boards (IDE integration)",
5
5
  "type": "module",
6
6
  "main": "./build/cli.js",
@@ -48,7 +48,7 @@ task-boards-mcp orchestrator write-active-run --agent-run-id ... --work-item-id
48
48
  task-boards-mcp orchestrator clear-active-run
49
49
  ```
50
50
 
51
- Hooks (`.cursor/hooks.json`) auto-report shell/MCP/Smart Mode blocks when `WORKSPACE_ROOT` and API token are configured.
51
+ Global user hooks (`~/.cursor/hooks.json`) auto-report shell/MCP/Smart Mode blocks when the workspace contains `.task-boards.yaml` and `WORKSPACE_ROOT` / API token are configured.
52
52
 
53
53
  ## Auto bridge state files
54
54