@agent-wiki/mcp-server 0.3.1 → 0.3.2
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-wiki/mcp-server",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Agent-driven knowledge base — immutable raw sources + mutable wiki + self-checking lint. MCP server, no LLM needed.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dev": "tsc --watch",
|
|
19
19
|
"start": "node dist/cli.js",
|
|
20
20
|
"prepare": "npm run build",
|
|
21
|
-
"release:patch": "
|
|
22
|
-
"release:minor": "
|
|
23
|
-
"release:major": "
|
|
21
|
+
"release:patch": "gh workflow run release.yml -f bump=patch",
|
|
22
|
+
"release:minor": "gh workflow run release.yml -f bump=minor",
|
|
23
|
+
"release:major": "gh workflow run release.yml -f bump=major"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"mcp",
|