@noeis/noeis-cli 0.1.4 → 0.1.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/package.json +2 -2
  2. package/src/cli.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noeis/noeis-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Command-line client for scripting a Noeis wiki.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "license": "ISC",
25
25
  "dependencies": {
26
- "@noeis/wiki-mcp": "^0.1.1"
26
+ "@noeis/wiki-mcp": "^0.1.2"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=18.17"
package/src/cli.js CHANGED
@@ -168,6 +168,7 @@ args = ["mcp"]${envLine}
168
168
 
169
169
  const writeOpenClawRootConfig = ({ filePath, server }) => {
170
170
  const config = safeReadJson(filePath);
171
+ delete config.meta;
171
172
  config.mcp = {
172
173
  ...(config.mcp || {}),
173
174
  servers: {