@beepflow/mcp 2026.5.4 → 2026.7.0
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/dist/index.js +14 -13
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ codex mcp add beepflow -- npx -y @beepflow/mcp
|
|
|
11
11
|
|
|
12
12
|
### Claude Code
|
|
13
13
|
```sh
|
|
14
|
-
claude mcp add
|
|
14
|
+
claude mcp add beepflow -- npx -y @beepflow/mcp
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
### OpenCode
|
|
@@ -22,5 +22,5 @@ Follow prompts: name `beepflow`, server type `local`, command `npx -y @beepflow/
|
|
|
22
22
|
|
|
23
23
|
### Gemini CLI
|
|
24
24
|
```sh
|
|
25
|
-
gemini mcp add
|
|
25
|
+
gemini mcp add beepflow npx -y @beepflow/mcp
|
|
26
26
|
```
|