🎩 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.6
to
1.0.7
+2
-2
package.json
{
"name": "@marrowid/cli",
"mcpName": "id.marrow/marrow",
"version": "1.0.6",
"gitHead": "7286700deb6da3fd23811059eca782b70b5bfbd5",
"version": "1.0.7",
"gitHead": "54a53a16a7c54ad4e7e5725f87a9f99b97bf3687",
"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.6",
version: "1.0.7",
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.6`
`https://mcp.marrow.id` is the recommended MCP path. Version `1.0.7`
keeps account authority and product credentials deliberately separate:

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

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

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

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

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

Device sign-in is available on macOS in version 1.0.6:
Device sign-in is available on macOS in version 1.0.7:

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