@dotmcp/tunnel 1.0.3 → 1.0.5

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 (3) hide show
  1. package/LICENSE +35 -0
  2. package/README.md +3 -0
  3. package/package.json +1 -1
package/LICENSE ADDED
@@ -0,0 +1,35 @@
1
+ BUSINESS SOURCE LICENSE 1.1
2
+
3
+ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
4
+ "Business Source License" is a trademark of MariaDB Corporation Ab.
5
+
6
+ Parameters
7
+
8
+ Licensor: dotMCP
9
+ Licensor's current business location: [Insert Address if available, otherwise can be omitted or updated later]
10
+ Licensed Work: The source code of the software "@dotmcp/tunnel"
11
+ Licensed Work requires the Licensor to provide the Source Code.
12
+ Change Date: January 18, 2030
13
+ Change License: Apache License, Version 2.0
14
+
15
+ 1. License Grant.
16
+
17
+ Licensor hereby grants to you the right to copy, modify, create derivative works, redistribute, and make non-production use of the Licensed Work. The Licensor may make an Additional Use Grant, above, permitting limited production use.
18
+
19
+ 2. Change License.
20
+
21
+ On the Change Date, the Licensor will make the Licensed Work available under the Change License.
22
+
23
+ 3. Disclaimer.
24
+
25
+ THE LICENSED WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE LICENSORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE LICENSED WORK OR THE USE OR OTHER DEALINGS IN THE LICENSED WORK.
26
+
27
+ 4. Definitions.
28
+
29
+ "Licensed Work" means the Source Code of the software identified in the Parameters section.
30
+
31
+ "Licensor" means the owner of the rights to the Licensed Work.
32
+
33
+ "Change Date" means the date when the Licensed Work will become available under the Change License.
34
+
35
+ "Change License" means the license that applies to the Licensed Work on and after the Change Date.
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.5",
4
4
  "type": "module",
5
5
  "description": "CLI daemon to connect local MCP servers to dotmcp.io",
6
6
  "author": "dotMCP <hello@dotmcp.io>",