@jsondb-cloud/mcp 1.0.13 → 1.0.14

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,8 +57,9 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
57
57
  ### Claude Code
58
58
 
59
59
  ```bash
60
- claude mcp add jsondb -- npx -y @jsondb-cloud/mcp \
61
- --env JSONDB_API_KEY=jdb_sk_live_...
60
+ claude mcp add jsondb \
61
+ -e JSONDB_API_KEY=jdb_sk_live_... \
62
+ -- npx -y @jsondb-cloud/mcp
62
63
  ```
63
64
 
64
65
  ### Cursor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsondb-cloud/mcp",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "MCP (Model Context Protocol) server for jsondb.cloud — lets AI agents interact with your JSON database",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",