allagents 1.7.2 → 1.8.0-next.1
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 -0
- package/dist/index.js +891 -265
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,6 +96,8 @@ clients:
|
|
|
96
96
|
| `allagents plugin list` | List available plugins |
|
|
97
97
|
| `allagents skills add <name>` | Add a skill from a repo |
|
|
98
98
|
| `allagents skills list` | List skills and status |
|
|
99
|
+
| `allagents mcp add <name> <commandOrUrl>` | Add an MCP server and sync to clients |
|
|
100
|
+
| `allagents mcp list` | List workspace MCP servers |
|
|
99
101
|
| `allagents workspace status` | Show workspace state |
|
|
100
102
|
| `allagents self update` | Update AllAgents CLI |
|
|
101
103
|
|