@dotmcp/tunnel 1.0.2 → 1.0.4
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 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -155,14 +155,15 @@ servers:
|
|
|
155
155
|
|
|
156
156
|
```
|
|
157
157
|
┌─────────────────┐ WebSocket ┌─────────────────┐
|
|
158
|
-
│ dotmcp-tunnel │◄──────────────────►│ Relay
|
|
159
|
-
│ (your machine) │ │
|
|
158
|
+
│ dotmcp-tunnel │◄──────────────────►│ dotMCP Relay │
|
|
159
|
+
│ (your machine) │ │ Server │
|
|
160
160
|
└────────┬────────┘ └────────┬────────┘
|
|
161
161
|
│ stdio │
|
|
162
162
|
▼ ▼
|
|
163
163
|
┌─────────────────┐ ┌─────────────────┐
|
|
164
|
-
│ Local MCP Server│ │
|
|
165
|
-
│ (Node/Python) │ │ (deployed
|
|
164
|
+
│ Local MCP Server│ │ Your MCP Server│
|
|
165
|
+
│ (Node/Python) │ │ (deployed on │
|
|
166
|
+
│ │ │ dotmcp.io) │
|
|
166
167
|
└─────────────────┘ └────────┬────────┘
|
|
167
168
|
│
|
|
168
169
|
▼
|