brainctl 0.1.13 → 0.1.14
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 +14 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,13 @@ Reload the MCP in Claude Code: `/mcp` → `brainctl` → **Reconnect**.
|
|
|
55
55
|
<details open>
|
|
56
56
|
<summary><b>🟢 Codex</b> — <code>~/.codex/config.toml</code></summary>
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
Easiest: use the `codex` CLI.
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
codex mcp add brainctl -- npx -y brainctl mcp
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Or edit `~/.codex/config.toml` directly:
|
|
59
65
|
|
|
60
66
|
```toml
|
|
61
67
|
[mcp_servers.brainctl]
|
|
@@ -70,7 +76,13 @@ Restart your Codex session to pick it up.
|
|
|
70
76
|
<details open>
|
|
71
77
|
<summary><b>🔵 Gemini CLI</b> — <code>~/.gemini/settings.json</code></summary>
|
|
72
78
|
|
|
73
|
-
|
|
79
|
+
Easiest: use the `gemini` CLI.
|
|
80
|
+
|
|
81
|
+
```bash
|
|
82
|
+
gemini mcp add -s user brainctl npx -y brainctl mcp
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
Or edit `~/.gemini/settings.json` directly (merge into the top-level `mcpServers` object):
|
|
74
86
|
|
|
75
87
|
```json
|
|
76
88
|
{
|