@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.
Files changed (2) hide show
  1. package/README.md +2 -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/mcp-server
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/mcp-server
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtcsistemas/appflowy-mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP Server for AppFlowy Self-Hosted - Connect your IDE to your AppFlowy workspace",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",