@arcxs-protocol/mcp-server 1.0.1 → 1.0.2
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/.mcpregistry_github_token +1 -0
- package/.mcpregistry_registry_token +1 -0
- package/package.json +2 -2
- package/server.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ghu_jGBODMF01jwnyVoFiVoD2Y7lFmHPDw2PnKQv
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NzYwMjg3MTksIm5iZiI6MTc3NjAyODQxOSwiaWF0IjoxNzc2MDI4NDE5LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6IkdpdElkb2wiLCJwZXJtaXNzaW9ucyI6W3siYWN0aW9uIjoicHVibGlzaCIsInJlc291cmNlIjoiaW8uZ2l0aHViLkdpdElkb2wvKiJ9LHsiYWN0aW9uIjoicHVibGlzaCIsInJlc291cmNlIjoiaW8uZ2l0aHViLkFSQ1hTLVByb3RvY29sLyoifV19.79L-IEr-lWgRYrPrrF2__9AXhb6z5uL8V9wnJB-AiFvOQGQ8j-rZ5C_ccHMIQRhpohXj9X5UfGEPCkS4g14GDA","expires_at":1776028719}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcxs-protocol/mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "ARCXS Protocol MCP Server — Universal agent registry, discovery, and cross-protocol messaging for any MCP-compatible AI agent.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"url": "https://github.com/ARCXS-Protocol/arcxs-mcp-server"
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://arcxs.net",
|
|
31
|
-
"mcpName": "io.github.
|
|
31
|
+
"mcpName": "io.github.ARCXS-Protocol/mcp-server",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@modelcontextprotocol/sdk": "^1.0.0"
|
|
34
34
|
}
|
package/server.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
-
"name": "io.github.
|
|
4
|
-
"description": "Universal AI agent registry, cross-protocol discovery, messaging, and payment routing.
|
|
3
|
+
"name": "io.github.ARCXS-Protocol/mcp-server",
|
|
4
|
+
"description": "Universal AI agent registry, cross-protocol discovery, messaging, and payment routing.",
|
|
5
5
|
"version": "1.0.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/ARCXS-Protocol/arcxs-mcp-server",
|