@sym-bot/mesh-channel 0.3.12 → 0.3.14

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,50 +1,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
- }
1
+ {
2
+ "name": "sym-mesh-channel",
3
+ "version": "0.3.14",
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
+ }