@cleocode/caamp 2026.4.6 → 2026.4.7

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
@@ -34,7 +34,7 @@ After global install, use `caamp` directly:
34
34
  ```bash
35
35
  caamp providers list
36
36
  caamp providers detect
37
- caamp mcp install @anthropic/mcp-server-fetch
37
+ caamp mcp install fetch --provider claude-desktop -- npx -y @modelcontextprotocol/server-fetch
38
38
  caamp skills install owner/repo
39
39
  ```
40
40
 
@@ -130,16 +130,17 @@ Recommendation criteria flags:
130
130
  --select <index> # select from ranked CHOOSE list
131
131
  ```
132
132
 
133
- LAFS canonical spec: https://github.com/kryptobaseddev/lafs/blob/main/lafs.md
134
-
135
133
  ### MCP Servers
136
134
 
137
135
  ```bash
138
- caamp mcp install <source> # Install MCP server to agent configs
139
- caamp mcp remove <name> # Remove MCP server from configs
140
- caamp mcp list # List configured MCP servers
141
- caamp mcp list -a cursor # List for a specific agent
142
- caamp mcp detect # Auto-detect MCP configurations
136
+ caamp mcp detect # Auto-detect MCP-configured providers
137
+ caamp mcp list # List servers across every MCP-capable provider
138
+ caamp mcp list --provider cursor # List for a specific provider
139
+ caamp mcp install <name> --provider <id> -- <command> [args] # Install via inline command
140
+ caamp mcp install <name> --provider <id> --from server.json # Install via JSON file
141
+ caamp mcp install <name> --provider <id> --env KEY=VAL -- ... # With env vars
142
+ caamp mcp remove <name> --provider <id> # Remove from a single provider
143
+ caamp mcp remove <name> --all-providers # Remove from every provider
143
144
  ```
144
145
 
145
146
  ### Instructions