@sym-bot/mesh-channel 0.3.11 → 0.3.12

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.
@@ -1,46 +1,46 @@
1
- {
2
- "name": "sym-mesh-channel",
3
- "owner": {
4
- "name": "SYM.BOT",
5
- "email": "info@sym.bot"
6
- },
7
- "metadata": {
8
- "description": "Real-time communication and collaboration among Claude Code sessions — agent-to-agent cognitive signals over Bonjour LAN or WebSocket relay, on the Mesh Memory Protocol (MMP).",
9
- "version": "0.3.11"
10
- },
11
- "plugins": [
12
- {
13
- "name": "sym-mesh-channel",
14
- "source": "./",
15
- "description": "Real-time communication and collaboration among Claude Code sessions. Turns Claude Code into a peer node on the SYM mesh — two or more sessions discover each other via Bonjour (LAN) or a WebSocket relay (cross-network) and exchange structured cognitive signals as channel notifications. Each peer has its own Ed25519 identity, SVAF content gating, and local memory. Built on the Mesh Memory Protocol (MMP), an open peer-to-peer protocol for multi-agent collective intelligence.",
16
- "version": "0.3.11",
17
- "author": {
18
- "name": "Hongwei Xu",
19
- "email": "hongwei@sym.bot"
20
- },
21
- "homepage": "https://meshcognition.org/spec/mmp",
22
- "repository": "https://github.com/sym-bot/sym-mesh-channel",
23
- "license": "Apache-2.0",
24
- "keywords": [
25
- "mesh",
26
- "p2p",
27
- "mcp",
28
- "channel",
29
- "agents",
30
- "multi-agent",
31
- "bonjour",
32
- "cognitive",
33
- "svaf",
34
- "mmp"
35
- ],
36
- "category": "agents",
37
- "tags": [
38
- "mesh",
39
- "cognitive",
40
- "channel",
41
- "mcp",
42
- "multi-agent"
43
- ]
44
- }
45
- ]
46
- }
1
+ {
2
+ "name": "sym-mesh-channel",
3
+ "owner": {
4
+ "name": "SYM.BOT",
5
+ "email": "info@sym.bot"
6
+ },
7
+ "metadata": {
8
+ "description": "Real-time communication and collaboration among Claude Code sessions — agent-to-agent cognitive signals over Bonjour LAN or WebSocket relay, on the Mesh Memory Protocol (MMP).",
9
+ "version": "0.3.11"
10
+ },
11
+ "plugins": [
12
+ {
13
+ "name": "sym-mesh-channel",
14
+ "source": "./",
15
+ "description": "Real-time communication and collaboration among Claude Code sessions. Turns Claude Code into a peer node on the SYM mesh — two or more sessions discover each other via Bonjour (LAN) or a WebSocket relay (cross-network) and exchange structured cognitive signals as channel notifications. Each peer has its own Ed25519 identity, SVAF content gating, and local memory. Built on the Mesh Memory Protocol (MMP), an open peer-to-peer protocol for multi-agent collective intelligence.",
16
+ "version": "0.3.11",
17
+ "author": {
18
+ "name": "Hongwei Xu",
19
+ "email": "hongwei@sym.bot"
20
+ },
21
+ "homepage": "https://meshcognition.org/spec/mmp",
22
+ "repository": "https://github.com/sym-bot/sym-mesh-channel",
23
+ "license": "Apache-2.0",
24
+ "keywords": [
25
+ "mesh",
26
+ "p2p",
27
+ "mcp",
28
+ "channel",
29
+ "agents",
30
+ "multi-agent",
31
+ "bonjour",
32
+ "cognitive",
33
+ "svaf",
34
+ "mmp"
35
+ ],
36
+ "category": "agents",
37
+ "tags": [
38
+ "mesh",
39
+ "cognitive",
40
+ "channel",
41
+ "mcp",
42
+ "multi-agent"
43
+ ]
44
+ }
45
+ ]
46
+ }
@@ -1,50 +1,50 @@
1
- {
2
- "name": "sym-mesh-channel",
3
- "version": "0.3.10",
4
- "description": "Real-time Claude-to-Claude mesh. Agent-to-agent cognitive signals over Bonjour LAN or WebSocket relay.",
5
- "author": {
6
- "name": "Hongwei Xu",
7
- "email": "hongwei@sym.bot",
8
- "url": "https://sym.bot"
9
- },
10
- "homepage": "https://meshcognition.org/spec/mmp",
11
- "repository": "https://github.com/sym-bot/sym-mesh-channel",
12
- "license": "Apache-2.0",
13
- "keywords": [
14
- "mesh",
15
- "p2p",
16
- "mcp",
17
- "channel",
18
- "agents",
19
- "multi-agent",
20
- "bonjour",
21
- "cognitive",
22
- "svaf",
23
- "mmp"
24
- ],
25
- "channels": [
26
- {
27
- "server": "claude-sym-mesh",
28
- "userConfig": {
29
- "relay_url": {
30
- "type": "string",
31
- "title": "Relay URL",
32
- "description": "SYM relay WebSocket URL for cross-network mesh (leave empty for LAN-only via Bonjour)",
33
- "sensitive": false
34
- },
35
- "relay_token": {
36
- "type": "string",
37
- "title": "Relay Token",
38
- "description": "Relay authentication token (leave empty for LAN-only)",
39
- "sensitive": true
40
- },
41
- "allowed_peers": {
42
- "type": "string",
43
- "title": "Allowed Peers",
44
- "description": "Comma-separated peer node names to accept (leave empty to accept all authenticated peers)",
45
- "sensitive": false
46
- }
47
- }
48
- }
49
- ]
50
- }
1
+ {
2
+ "name": "sym-mesh-channel",
3
+ "version": "0.3.11",
4
+ "description": "Real-time Claude-to-Claude mesh. Agent-to-agent cognitive signals over Bonjour LAN or WebSocket relay.",
5
+ "author": {
6
+ "name": "Hongwei Xu",
7
+ "email": "hongwei@sym.bot",
8
+ "url": "https://sym.bot"
9
+ },
10
+ "homepage": "https://meshcognition.org/spec/mmp",
11
+ "repository": "https://github.com/sym-bot/sym-mesh-channel",
12
+ "license": "Apache-2.0",
13
+ "keywords": [
14
+ "mesh",
15
+ "p2p",
16
+ "mcp",
17
+ "channel",
18
+ "agents",
19
+ "multi-agent",
20
+ "bonjour",
21
+ "cognitive",
22
+ "svaf",
23
+ "mmp"
24
+ ],
25
+ "channels": [
26
+ {
27
+ "server": "claude-sym-mesh",
28
+ "userConfig": {
29
+ "relay_url": {
30
+ "type": "string",
31
+ "title": "Relay URL",
32
+ "description": "SYM relay WebSocket URL for cross-network mesh (leave empty for LAN-only via Bonjour)",
33
+ "sensitive": false
34
+ },
35
+ "relay_token": {
36
+ "type": "string",
37
+ "title": "Relay Token",
38
+ "description": "Relay authentication token (leave empty for LAN-only)",
39
+ "sensitive": true
40
+ },
41
+ "allowed_peers": {
42
+ "type": "string",
43
+ "title": "Allowed Peers",
44
+ "description": "Comma-separated peer node names to accept (leave empty to accept all authenticated peers)",
45
+ "sensitive": false
46
+ }
47
+ }
48
+ }
49
+ ]
50
+ }
package/.mcp.json CHANGED
@@ -1,16 +1,16 @@
1
- {
2
- "mcpServers": {
3
- "claude-sym-mesh": {
4
- "command": "npx",
5
- "args": [
6
- "-y",
7
- "@sym-bot/mesh-channel@0.3.10"
8
- ],
9
- "env": {
10
- "SYM_RELAY_URL": "${user_config.relay_url}",
11
- "SYM_RELAY_TOKEN": "${user_config.relay_token}",
12
- "SYM_ALLOWED_PEERS": "${user_config.allowed_peers}"
13
- }
14
- }
15
- }
16
- }
1
+ {
2
+ "mcpServers": {
3
+ "claude-sym-mesh": {
4
+ "command": "npx",
5
+ "args": [
6
+ "-y",
7
+ "@sym-bot/mesh-channel@0.3.10"
8
+ ],
9
+ "env": {
10
+ "SYM_RELAY_URL": "${user_config.relay_url}",
11
+ "SYM_RELAY_TOKEN": "${user_config.relay_token}",
12
+ "SYM_ALLOWED_PEERS": "${user_config.allowed_peers}"
13
+ }
14
+ }
15
+ }
16
+ }