@dotmcp/tunnel 1.0.3 → 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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -151,6 +151,9 @@ servers:
151
151
  DB_HOST: "localhost"
152
152
  ```
153
153
 
154
+ ## How It Works
155
+
156
+ ```
154
157
  ┌─────────────────┐ WebSocket ┌─────────────────┐
155
158
  │ dotmcp-tunnel │◄──────────────────►│ dotMCP Relay │
156
159
  │ (your machine) │ │ Server │
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotmcp/tunnel",
3
- "version": "1.0.3",
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>",