@djrcx/raindrop-mcp 1.0.0 → 1.0.1

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 +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,7 +38,15 @@ Extract colors, custom variables, fonts, and structural layout indicators from a
38
38
 
39
39
  ### 1. Install and Setup (Automatic)
40
40
 
41
+ You can install the package globally in a single step, which will automatically run the interactive setup wizard:
42
+
43
+ ```bash
44
+ npm install -g @djrcx/raindrop-mcp
45
+ ```
46
+
47
+ Or you can run the setup wizard on-demand using npx:
48
+
41
49
  ```bash
42
- npx raindrop-mcp-setup
50
+ npx -p @djrcx/raindrop-mcp raindrop-mcp-setup
43
51
  ```
44
52
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.0.0",
6
+ "version": "1.0.1",
7
7
  "description": "MCP server to search Raindrop.io bookmarks from AI IDEs",
8
8
  "type": "module",
9
9
  "bin": {