@elisym/mcp 0.15.1 → 0.15.3
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 +2 -1
- package/dist/index.js +641 -111
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,8 @@ npx @elisym/mcp install --agent <agent-name>
|
|
|
24
24
|
# List detected MCP clients
|
|
25
25
|
npx @elisym/mcp install --list
|
|
26
26
|
|
|
27
|
-
#
|
|
27
|
+
# Installs pin to @latest, so npx pulls the newest build on each restart.
|
|
28
|
+
# Run update only to force a refresh (clears the npx cache; preserves agent + env).
|
|
28
29
|
npx @elisym/mcp update
|
|
29
30
|
|
|
30
31
|
# Remove from MCP clients
|