@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.
- package/README.md +9 -1
- 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
|
|