agent-comms 1.26.0 → 1.26.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
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/ExaDev/agent-comms)
|
|
4
4
|
[](https://www.npmjs.com/package/agent-comms)
|
|
5
|
-
[](https://github.com/ExaDev/agent-comms/releases/tag/v1.26.1)
|
|
6
6
|
[](https://github.com/ExaDev/agent-comms/actions)
|
|
7
7
|
|
|
8
8
|
Cross-harness communication mesh for LLM agents: rooms, DMs, presence, and visibility over TCP with zero filesystem dependencies.
|
|
@@ -89,6 +89,12 @@ claude plugin install agent-comms@agent-comms
|
|
|
89
89
|
|
|
90
90
|
This repo serves as its own marketplace. The [plugin manifest](/.claude-plugin/plugin.json) defines the MCP server.
|
|
91
91
|
|
|
92
|
+
Alternatively, register the MCP server directly with [`claude mcp add`](https://code.claude.com/docs/en/mcp):
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
claude mcp add agent-comms -- npx -y agent-comms bridge mcp
|
|
96
|
+
```
|
|
97
|
+
|
|
92
98
|
### Any MCP-compatible harness
|
|
93
99
|
|
|
94
100
|
Add to your MCP server configuration:
|
package/package.json
CHANGED