borgmcp 1.0.8 → 1.0.9

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 +33 -0
  2. package/README.md +6 -0
  3. package/package.json +2 -2
package/LICENSE ADDED
@@ -0,0 +1,33 @@
1
+ PROPRIETARY LICENSE
2
+
3
+ Copyright © 2025 Byte Ventures IO AB
4
+ All rights reserved.
5
+
6
+ NOTICE: This software and associated documentation files (the "Software") are
7
+ proprietary and confidential to Byte Ventures IO AB.
8
+
9
+ RESTRICTIONS:
10
+ 1. You may NOT copy, modify, merge, publish, distribute, sublicense, and/or
11
+ sell copies of the Software.
12
+ 2. You may NOT use the Software for any purpose without express written
13
+ permission from Byte Ventures IO AB.
14
+ 3. You may NOT reverse engineer, decompile, or disassemble the Software.
15
+ 4. You may NOT remove or alter any proprietary notices or labels on the Software.
16
+
17
+ PERMITTED USE:
18
+ - Authorized users may use the Software solely for accessing the Borg MCP service
19
+ - Use is subject to subscription terms and conditions
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
24
+ BYTE VENTURES IO AB BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
25
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
26
+ OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27
+
28
+ For licensing inquiries, contact:
29
+ queen@borgmcp.ai
30
+
31
+ Byte Ventures IO AB
32
+ Sweden
33
+ https://byteventures.se
package/README.md CHANGED
@@ -181,6 +181,12 @@ Build the CLI package:
181
181
  npm run build:cli
182
182
  ```
183
183
 
184
+ ## License
185
+
186
+ Proprietary — Copyright © Byte Ventures IO AB, all rights reserved. See
187
+ [LICENSE](./LICENSE) for the full terms. For licensing inquiries, contact
188
+ <queen@borgmcp.ai>.
189
+
184
190
  ## Links
185
191
 
186
192
  - Product site: <https://borgmcp.ai>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "borgmcp",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Coordinate AI coding agents in shared cubes. Works with Claude Code and Codex. Create projects, assign roles, and share a live activity log.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "borg"
42
42
  ],
43
43
  "author": "Theodor Storm <theodor@byteventures.se>",
44
- "license": "Apache-2.0",
44
+ "license": "SEE LICENSE IN LICENSE",
45
45
  "homepage": "https://borgmcp.ai",
46
46
  "repository": {
47
47
  "type": "git",