@mtreeai/msapling-cli 2.3.6-beta.31 → 2.3.6-beta.32
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.
- package/LICENSE +44 -0
- package/dist/index.js +3265 -2139
- package/package.json +13 -5
package/LICENSE
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
MSapling CLI — Proprietary License
|
|
2
|
+
Copyright (c) 2026 MSapling / MTreeAI. All rights reserved.
|
|
3
|
+
|
|
4
|
+
This software, the source code in this repository, and the published
|
|
5
|
+
`@mtreeai/msapling-cli` npm package (collectively, "the Software") are the
|
|
6
|
+
proprietary property of MSapling / MTreeAI.
|
|
7
|
+
|
|
8
|
+
PERMITTED USE
|
|
9
|
+
-------------
|
|
10
|
+
You may:
|
|
11
|
+
1. Install and run the published binary distribution of the Software
|
|
12
|
+
("msapling" / "ms" CLI) for personal or internal-business use against
|
|
13
|
+
the official MSapling backend at https://api.msapling.com.
|
|
14
|
+
2. Configure the Software with your own API keys (BYOK) and local model
|
|
15
|
+
providers (Ollama, etc.) as supported by the Software's documented
|
|
16
|
+
features.
|
|
17
|
+
|
|
18
|
+
PROHIBITED USE
|
|
19
|
+
--------------
|
|
20
|
+
Without prior written permission from MSapling / MTreeAI you may not:
|
|
21
|
+
1. Copy, fork, mirror, redistribute, sublicense, or republish the Software
|
|
22
|
+
or any substantial portion of its source code or compiled artifacts.
|
|
23
|
+
2. Reverse-engineer, decompile, or disassemble the Software except to the
|
|
24
|
+
extent permitted by applicable law that cannot be contractually waived.
|
|
25
|
+
3. Use the Software to operate a competing service or to circumvent any
|
|
26
|
+
authentication, billing, rate-limiting, or tier-gating mechanism of the
|
|
27
|
+
MSapling backend.
|
|
28
|
+
4. Remove or alter any copyright notice, trademark, or proprietary legend
|
|
29
|
+
embedded in the Software.
|
|
30
|
+
|
|
31
|
+
NO WARRANTY
|
|
32
|
+
-----------
|
|
33
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
34
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
35
|
+
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL
|
|
36
|
+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
|
|
37
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING
|
|
38
|
+
FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
39
|
+
DEALINGS IN THE SOFTWARE.
|
|
40
|
+
|
|
41
|
+
CONTACT
|
|
42
|
+
-------
|
|
43
|
+
For licensing inquiries, partnership requests, or permission to redistribute:
|
|
44
|
+
https://msapling.com/support
|