@dotmcp/tunnel 1.0.2 → 1.0.3
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 +5 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -151,18 +151,16 @@ servers:
|
|
|
151
151
|
DB_HOST: "localhost"
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
## How It Works
|
|
155
|
-
|
|
156
|
-
```
|
|
157
154
|
┌─────────────────┐ WebSocket ┌─────────────────┐
|
|
158
|
-
│ dotmcp-tunnel │◄──────────────────►│ Relay
|
|
159
|
-
│ (your machine) │ │
|
|
155
|
+
│ dotmcp-tunnel │◄──────────────────►│ dotMCP Relay │
|
|
156
|
+
│ (your machine) │ │ Server │
|
|
160
157
|
└────────┬────────┘ └────────┬────────┘
|
|
161
158
|
│ stdio │
|
|
162
159
|
▼ ▼
|
|
163
160
|
┌─────────────────┐ ┌─────────────────┐
|
|
164
|
-
│ Local MCP Server│ │
|
|
165
|
-
│ (Node/Python) │ │ (deployed
|
|
161
|
+
│ Local MCP Server│ │ Your MCP Server│
|
|
162
|
+
│ (Node/Python) │ │ (deployed on │
|
|
163
|
+
│ │ │ dotmcp.io) │
|
|
166
164
|
└─────────────────┘ └────────┬────────┘
|
|
167
165
|
│
|
|
168
166
|
▼
|