zenarc-mcp 1.0.0 → 1.0.1
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 +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,10 +6,18 @@ ZenArc replaces scattered `TODO.md` files with structured, agent-friendly YAML t
|
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
|
+
### From npm
|
|
10
|
+
|
|
9
11
|
```bash
|
|
10
12
|
npm install -g zenarc-mcp
|
|
11
13
|
```
|
|
12
14
|
|
|
15
|
+
### From GitHub
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
npm install -g zenarc-dev/zenarc-mcp
|
|
19
|
+
```
|
|
20
|
+
|
|
13
21
|
Requires Node.js ≥ 20.
|
|
14
22
|
|
|
15
23
|
## Claude Code Setup
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zenarc-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "ZenArc MCP server — AI-native task management for Claude Code via Model Context Protocol",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -47,6 +47,6 @@
|
|
|
47
47
|
"license": "MIT",
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
|
-
"url": "git+https://github.com/
|
|
50
|
+
"url": "git+https://github.com/zenarc-dev/zenarc-mcp.git"
|
|
51
51
|
}
|
|
52
52
|
}
|