@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.
Files changed (2) hide show
  1. package/README.md +5 -7
  2. 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 Server
159
- │ (your machine) │ │ (Cloudflare)
155
+ │ dotmcp-tunnel │◄──────────────────►│ dotMCP Relay │
156
+ │ (your machine) │ │ Server
160
157
  └────────┬────────┘ └────────┬────────┘
161
158
  │ stdio │
162
159
  ▼ ▼
163
160
  ┌─────────────────┐ ┌─────────────────┐
164
- │ Local MCP Server│ │ Proxy Worker
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotmcp/tunnel",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "CLI daemon to connect local MCP servers to dotmcp.io",
6
6
  "author": "dotMCP <hello@dotmcp.io>",