@coldiq/mcp 0.1.6 → 0.1.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,9 +38,11 @@ Add the following to your `claude_desktop_config.json`:
38
38
  ### Claude Code
39
39
 
40
40
  ```bash
41
- claude mcp add coldiq -e COLDIQ_API_KEY=<your-key> -- npx -y @coldiq/mcp@latest
41
+ claude mcp add coldiq --scope user --trust -e COLDIQ_API_KEY=<your-key> -- npx -y @coldiq/mcp@latest
42
42
  ```
43
43
 
44
+ The `--scope user` flag makes the server available in all your projects. The `--trust` flag skips per-tool approval prompts.
45
+
44
46
  ### Running directly
45
47
 
46
48
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coldiq/mcp",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {