@getmarrow/mcp 2.3.1 → 2.3.2
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ Add to your `claude_desktop_config.json`:
|
|
|
29
29
|
"command": "npx",
|
|
30
30
|
"args": ["@getmarrow/mcp"],
|
|
31
31
|
"env": {
|
|
32
|
-
"MARROW_API_KEY": "
|
|
32
|
+
"MARROW_API_KEY": "your_key_from_getmarrow.ai"
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -43,7 +43,7 @@ Restart Claude. That's it — Marrow is now available as a tool in every convers
|
|
|
43
43
|
## Setup — Any MCP-Compatible Agent
|
|
44
44
|
|
|
45
45
|
```bash
|
|
46
|
-
export MARROW_API_KEY=
|
|
46
|
+
export MARROW_API_KEY=your_key_from_getmarrow.ai # get your key at getmarrow.ai/dashboard
|
|
47
47
|
npx @getmarrow/mcp
|
|
48
48
|
# Listens on stdin, outputs JSON-RPC on stdout
|
|
49
49
|
# Drop into any MCP framework
|