@cmflow/agents 3.4.0-beta.34 → 3.4.0-beta.35

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 CHANGED
@@ -87,7 +87,7 @@ If `cm-agents check` reports that `npm -v` cannot run because a manually install
87
87
  cm-agents node reinstall
88
88
  ```
89
89
 
90
- This installs mise with winget when needed, installs Node.js 24 through mise, adds `%LOCALAPPDATA%\mise\shims` to the user PATH, and removes legacy `nodejs` entries from that PATH.
90
+ This installs mise with winget when needed, installs Node.js 24 through mise, adds `%LOCALAPPDATA%\mise\shims` and the active `%LOCALAPPDATA%\mise\installs\node\<version>` directory to the user PATH, and removes legacy `nodejs` entries from that PATH.
91
91
 
92
92
  ```bash
93
93
  npx -p @cmflow/agents cm-agents check
@@ -162,7 +162,7 @@ cm-agents kibana setup \
162
162
  --user User \
163
163
  --config 'SHARED_AGENTS_REPO_DIR/scripts/kibana-mcp-server/sources.{profile}.json'
164
164
 
165
- # Re-register the MCP even if already present
165
+ # Update an existing Kibana profile and re-register the MCP
166
166
  cm-agents kibana setup --profile production --url https://api.clubmed.com/logs --user User --config sources.prod.json --reinstall
167
167
  ```
168
168