@getmarrow/mcp 3.9.6 → 3.9.7

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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +8 -2
package/README.md CHANGED
@@ -225,7 +225,7 @@ Convert a detected recurring pattern into an enforced workflow. Pattern ID comes
225
225
  - **Media (1):** `content-publish`
226
226
  - **Enterprise (1):** `change-management`
227
227
 
228
- Full catalog with descriptions: [getmarrow.ai/docs#template-marketplace](https://getmarrow.ai/docs/#template-marketplace)
228
+ Full catalog with descriptions: [https://getmarrow.ai/docs/#template-marketplace](https://getmarrow.ai/docs/#template-marketplace)
229
229
 
230
230
  ```
231
231
  marrow_list_templates({ industry: 'insurance' })
@@ -525,5 +525,4 @@ MIT
525
525
 
526
526
  - **[@getmarrow/sdk](https://www.npmjs.com/package/@getmarrow/sdk)** — TypeScript/Node.js SDK for programmatic access to Marrow. Use this for custom agent integrations outside of MCP.
527
527
 
528
- **📖 Full API reference with all endpoints:**
529
- **[getmarrow.ai/docs/#api-reference](https://getmarrow.ai/docs/#api-reference)**
528
+ **📖 Full API reference with all endpoints:** [https://getmarrow.ai/docs/#api-reference](https://getmarrow.ai/docs/#api-reference)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/mcp",
3
- "version": "3.9.6",
3
+ "version": "3.9.7",
4
4
  "description": "Your go-to memory provider for all agents, for any AI model.",
5
5
  "bin": {
6
6
  "marrow-mcp": "dist/cli.js"
@@ -28,7 +28,13 @@
28
28
  "learning",
29
29
  "Model Context Protocol",
30
30
  "TypeScript",
31
- "Node.js"
31
+ "Node.js",
32
+ "key-management",
33
+ "api-key",
34
+ "multi-key",
35
+ "api-key-management",
36
+ "cli-key-management",
37
+ "standalone-cli"
32
38
  ],
33
39
  "repository": {
34
40
  "type": "git",