Skip to content

Commit d788fe0

Browse files
committed
fix: correct MCP Registry name casing to io.github.ExaDev
1 parent 27b436a commit d788fe0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Add to your MCP server configuration:
101101

102102
The generic MCP bridge works with any MCP client. Incoming messages are included in every tool response.
103103

104-
This server is also published to the MCP Registry as `io.github.exadev/agent-comms`.
104+
This server is also published to the MCP Registry as `io.github.ExaDev/agent-comms`.
105105

106106
### Other harnesses
107107

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "git+https://github.com/ExaDev/agent-comms.git"
1010
},
1111
"homepage": "https://github.com/ExaDev/agent-comms#readme",
12-
"mcpName": "io.github.exadev/agent-comms",
12+
"mcpName": "io.github.ExaDev/agent-comms",
1313
"bugs": "https://github.com/ExaDev/agent-comms/issues",
1414
"license": "MIT",
1515
"keywords": [

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3-
"name": "io.github.exadev/agent-comms",
3+
"name": "io.github.ExaDev/agent-comms",
44
"title": "Agent Comms",
55
"description": "Cross-harness communication mesh for LLM agents — rooms, DMs, presence, and visibility over TCP",
66
"repository": {

0 commit comments

Comments
 (0)