@marrowid/cli
Advanced tools
+2
-2
| { | ||
| "name": "@marrowid/cli", | ||
| "mcpName": "id.marrow/marrow", | ||
| "version": "1.0.3", | ||
| "gitHead": "1832fcd9679d571105517dc96e3b7445cc16a15d", | ||
| "version": "1.0.4", | ||
| "gitHead": "d0463aae376271f24937b18ea8f374f06b60b7c0", | ||
| "description": "Marrow CLI and local MCP for carrying context across apps and agents.", | ||
@@ -7,0 +7,0 @@ "private": false, |
@@ -19,3 +19,3 @@ /** | ||
| description: "One context. Every AI.", | ||
| version: "1.0.3", | ||
| version: "1.0.4", | ||
| showHelpAfterError: "(run `marrow --help` for the CLI workflow)", | ||
@@ -22,0 +22,0 @@ helpAfter: ` |
+8
-8
@@ -7,3 +7,3 @@ # Marrow CLI | ||
| memory commands; manages API keys; and runs local stdio MCP. Hosted MCP at | ||
| `https://mcp.marrow.id` is the recommended MCP path. Version `1.0.3` | ||
| `https://mcp.marrow.id` is the recommended MCP path. Version `1.0.4` | ||
| keeps account authority and product credentials deliberately separate: | ||
@@ -16,4 +16,4 @@ | ||
| Use the exact public clients `@marrowid/cli@1.0.3`, `@marrowid/sdk@1.0.3`, | ||
| and `marrowid==1.0.3`; | ||
| Use the exact public clients `@marrowid/cli@1.0.4`, `@marrowid/sdk@1.0.4`, | ||
| and `marrowid==1.0.4`; | ||
| Python imports the client with `from marrow import Marrow`. HTTP is their | ||
@@ -29,7 +29,7 @@ semantic authority. | ||
| Install CLI version 1.0.3 with Node.js 20 or newer: | ||
| Install CLI version 1.0.4 with Node.js 20 or newer: | ||
| ```bash | ||
| npm install -g @marrowid/cli@1.0.3 | ||
| npm exec --package @marrowid/cli@1.0.3 -- marrow --version | ||
| npm install -g @marrowid/cli@1.0.4 | ||
| npm exec --package @marrowid/cli@1.0.4 -- marrow --version | ||
| marrow --version | ||
@@ -40,3 +40,3 @@ marrow --help | ||
| If an older global binary is already on `PATH`, the `npm exec` check verifies | ||
| 1.0.3 independently before you replace the global install. | ||
| 1.0.4 independently before you replace the global install. | ||
@@ -77,3 +77,3 @@ ## First setup | ||
| Device sign-in is available on macOS in version 1.0.3: | ||
| Device sign-in is available on macOS in version 1.0.4: | ||
@@ -80,0 +80,0 @@ ```bash |