@mtcsistemas/appflowy-mcp-server 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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
### Option 1: Install via npx (recommended)
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
npx @appflowy
|
|
34
|
+
npx @mtcsistemas/appflowy-mcp-server
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
### Option 2: Install globally
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
npm install -g @appflowy
|
|
40
|
+
npm install -g @mtcsistemas/appflowy-mcp-server
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
### Option 3: Clone and build from source
|
package/package.json
CHANGED