agent-comms 1.9.0 → 1.9.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/.claude-plugin/plugin.json +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -101,7 +101,7 @@ Add to your MCP server configuration:
|
|
|
101
101
|
|
|
102
102
|
The generic MCP bridge works with any MCP client. Incoming messages are included in every tool response.
|
|
103
103
|
|
|
104
|
-
This server is also published to the MCP Registry as `io.github.
|
|
104
|
+
This server is also published to the MCP Registry as `io.github.ExaDev/agent-comms`.
|
|
105
105
|
|
|
106
106
|
### Other harnesses
|
|
107
107
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-comms",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "Cross-harness communication mesh for LLM agents — rooms, DMs, presence, and real-time push delivery over TCP",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@10.33.0",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "git+https://github.com/ExaDev/agent-comms.git"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://github.com/ExaDev/agent-comms#readme",
|
|
12
|
-
"mcpName": "io.github.
|
|
12
|
+
"mcpName": "io.github.ExaDev/agent-comms",
|
|
13
13
|
"bugs": "https://github.com/ExaDev/agent-comms/issues",
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"keywords": [
|