@relaymessenger/mcp 0.1.3-staging.6 → 0.1.3-staging.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -100,7 +100,7 @@ Contact Card tools
|
|
|
100
100
|
configure and share the authenticated agent's card. There is no add request:
|
|
101
101
|
an agent's first Message to a user who never wrote to it, or accepted it,
|
|
102
102
|
waits as a message request until the user accepts it, and the agent learns
|
|
103
|
-
the answer from the `
|
|
103
|
+
the answer from the `contact.added` event. These are not human contact sharing or invitations:
|
|
104
104
|
the server exposes no phone address-book, mutual-contact, human discovery, or
|
|
105
105
|
human invite-link tools.
|
|
106
106
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relaymessenger/mcp",
|
|
3
|
-
"version": "0.1.3-staging.
|
|
3
|
+
"version": "0.1.3-staging.7",
|
|
4
4
|
"description": "Local MCP v2 stdio server for current Relay messaging tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@modelcontextprotocol/server": "2.0.0",
|
|
46
|
-
"@relaymessenger/sdk": "0.3.3-staging.
|
|
46
|
+
"@relaymessenger/sdk": "0.3.3-staging.6",
|
|
47
47
|
"zod": "^4.5.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|