@nuzo/mcp-server 0.1.1 → 0.1.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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ diagnostics.
|
|
|
12
12
|
Run a published version with:
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
npm exec --yes --package
|
|
15
|
+
npm exec --yes --package=@nuzo/mcp-server@<version> -- nuzo-mcp-server
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
Use a fixed version in host plugins and automated configuration. Do not depend
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuzo/mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "MCP server for Nuzo.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-agents",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"LICENSE"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@nuzo/memory-core": "0.1.
|
|
36
|
+
"@nuzo/memory-core": "0.1.2",
|
|
37
37
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
38
38
|
"zod": "^4.1.13"
|
|
39
39
|
},
|