@beepflow/mcp 2026.5.5 → 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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +13 -13
  3. package/package.json +1 -1
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 --scope user beepflow -- npx -y @beepflow/mcp
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 --scope user beepflow npx -y @beepflow/mcp
25
+ gemini mcp add beepflow npx -y @beepflow/mcp
26
26
  ```