@mtreeai/msapling-cli 2.3.6-beta.56 → 2.3.6-beta.58

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 (4) hide show
  1. package/LICENSE +44 -44
  2. package/README.md +176 -174
  3. package/dist/index.js +12983 -8734
  4. package/package.json +4 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mtreeai/msapling-cli",
3
- "version": "2.3.6-beta.56",
4
- "description": "MSapling CLI — React/Ink terminal client for the MSapling backend (chat, projects, MDrive, agent tools). Proprietary; redistribution prohibited.",
3
+ "version": "2.3.6-beta.58",
4
+ "description": "MSapling CLI by MTreeAI — React/Ink terminal client for the MSapling backend: chat, projects, MDrive, agent tools, MCP server.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "MSapling Team",
7
7
  "homepage": "https://msapling.com",
@@ -17,7 +17,8 @@
17
17
  "multi-model",
18
18
  "ink",
19
19
  "react",
20
- "msapling"
20
+ "msapling",
21
+ "mtreeai"
21
22
  ],
22
23
  "type": "module",
23
24
  "main": "./dist/index.js",