agent-tasks 1.9.4 → 1.9.6

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.
Files changed (2) hide show
  1. package/README.md +1 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -91,20 +91,7 @@ node dist/server.js --port 3422
91
91
 
92
92
  ## Claude Code Integration
93
93
 
94
- Add agent-tasks as an MCP server in `~/.claude/settings.json`:
95
-
96
- ```json
97
- {
98
- "mcpServers": {
99
- "agent-tasks": {
100
- "command": "node",
101
- "args": ["/path/to/agent-tasks/dist/index.js"]
102
- }
103
- }
104
- }
105
- ```
106
-
107
- Once configured, Claude Code can use all 13 MCP tools directly — creating tasks, advancing stages, adding artifacts, commenting, and more. See the [Setup Guide](docs/SETUP.md) for detailed integration steps.
94
+ Once configured (see [Quick Start](#quick-start) above), Claude Code can use all 13 MCP tools directly — creating tasks, advancing stages, adding artifacts, commenting, and more. See the [Setup Guide](docs/SETUP.md) for detailed integration steps.
108
95
 
109
96
  ---
110
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-tasks",
3
- "version": "1.9.4",
3
+ "version": "1.9.6",
4
4
  "description": "Pipeline-driven task management for AI coding agents — stages, dependencies, artifacts, and multi-agent claiming",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",