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.
- package/README.md +1 -14
- 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
|
-
|
|
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