@marrowid/cli
Advanced tools
+2
-2
| { | ||
| "name": "@marrowid/cli", | ||
| "mcpName": "id.marrow/marrow", | ||
| "version": "1.0.5", | ||
| "gitHead": "4a1d1a6a6b8071d9fa9d7bc9e862f3666d145b39", | ||
| "version": "1.0.6", | ||
| "gitHead": "7286700deb6da3fd23811059eca782b70b5bfbd5", | ||
| "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.5", | ||
| version: "1.0.6", | ||
| 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.5` | ||
| `https://mcp.marrow.id` is the recommended MCP path. Version `1.0.6` | ||
| keeps account authority and product credentials deliberately separate: | ||
@@ -16,4 +16,4 @@ | ||
| Use the exact public clients `@marrowid/cli@1.0.5`, `@marrowid/sdk@1.0.5`, | ||
| and `marrowid==1.0.5`; | ||
| Use the exact public clients `@marrowid/cli@1.0.6`, `@marrowid/sdk@1.0.6`, | ||
| and `marrowid==1.0.6`; | ||
| Python imports the client with `from marrow import Marrow`. HTTP is their | ||
@@ -29,7 +29,7 @@ semantic authority. | ||
| Install CLI version 1.0.5 with Node.js 20 or newer: | ||
| Install CLI version 1.0.6 with Node.js 20 or newer: | ||
| ```bash | ||
| npm install -g @marrowid/cli@1.0.5 | ||
| npm exec --package @marrowid/cli@1.0.5 -- marrow --version | ||
| npm install -g @marrowid/cli@1.0.6 | ||
| npm exec --package @marrowid/cli@1.0.6 -- 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.5 independently before you replace the global install. | ||
| 1.0.6 independently before you replace the global install. | ||
@@ -77,3 +77,3 @@ ## First setup | ||
| Device sign-in is available on macOS in version 1.0.5: | ||
| Device sign-in is available on macOS in version 1.0.6: | ||
@@ -80,0 +80,0 @@ ```bash |