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