@beepflow/mcp 2026.4.4 → 2026.4.5

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 +3 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,19 +15,10 @@ claude mcp add beepflow -- npx -y @beepflow/mcp
15
15
  ```
16
16
 
17
17
  ### OpenCode
18
- Add to `opencode.json` (or `opencode.jsonc`):
19
- ```json
20
- {
21
- "$schema": "https://opencode.ai/config.json",
22
- "mcp": {
23
- "beepflow": {
24
- "type": "local",
25
- "command": ["npx", "-y", "@beepflow/mcp"],
26
- "enabled": true
27
- }
28
- }
29
- }
18
+ ```sh
19
+ opencode mcp add
30
20
  ```
21
+ Follow prompts: name `beepflow`, server type `local`, command `npx -y @beepflow/mcp`.
31
22
 
32
23
  ### Gemini CLI
33
24
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beepflow/mcp",
3
- "version": "2026.4.4",
3
+ "version": "2026.4.5",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=24.6.0"