🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@marrowid/cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marrowid/cli - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+2
-2
package.json
{
"name": "@marrowid/cli",
"mcpName": "id.marrow/marrow",
"version": "1.0.2",
"gitHead": "d0f0ce20f2bb60438e785d98f90afac3d3419d50",
"version": "1.0.3",
"gitHead": "1832fcd9679d571105517dc96e3b7445cc16a15d",
"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.2",
version: "1.0.3",
showHelpAfterError: "(run `marrow --help` for the CLI workflow)",

@@ -22,0 +22,0 @@ helpAfter: `

@@ -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.2`
`https://mcp.marrow.id` is the recommended MCP path. Version `1.0.3`
keeps account authority and product credentials deliberately separate:

@@ -16,4 +16,4 @@

Use the exact public clients `@marrowid/cli@1.0.2`, `@marrowid/sdk@1.0.2`,
and `marrowid==1.0.2`;
Use the exact public clients `@marrowid/cli@1.0.3`, `@marrowid/sdk@1.0.3`,
and `marrowid==1.0.3`;
Python imports the client with `from marrow import Marrow`. HTTP is their

@@ -29,7 +29,7 @@ semantic authority.

Install CLI version 1.0.2 with Node.js 20 or newer:
Install CLI version 1.0.3 with Node.js 20 or newer:
```bash
npm install -g @marrowid/cli@1.0.2
npm exec --package @marrowid/cli@1.0.2 -- marrow --version
npm install -g @marrowid/cli@1.0.3
npm exec --package @marrowid/cli@1.0.3 -- 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.2 independently before you replace the global install.
1.0.3 independently before you replace the global install.

@@ -77,3 +77,3 @@ ## First setup

Device sign-in is available on macOS in version 1.0.2:
Device sign-in is available on macOS in version 1.0.3:

@@ -80,0 +80,0 @@ ```bash