gstack/setup-gbrain
pmaxhogan b1e23db5b4 fix(setup-gbrain): register gbrain MCP via direct bun on Windows to stop console-window popups
On Windows, /setup-gbrain registers the gbrain MCP as `$HOME/.bun/bin/gbrain
serve`. That `gbrain` is the bun-generated binstub (gbrain.exe), which
re-launches the bun runtime in a NEW console, so Claude Code spawns a visible
terminal window/tab for the gbrain MCP on every session.

Register `bun <entry> serve` directly on Windows instead. bun then attaches to
Claude Code's headless pseudo-console the same way node-based MCP servers do, so
no window appears. POSIX behavior is unchanged; falls back to the binstub if the
entry script isn't found.

Template only; SKILL.md regenerated in the next commit.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 15:19:48 -05:00
..
SKILL.md v1.58.1.0 feat: hermetic local E2E + Conductor prose AskUserQuestion (#2004) 2026-06-14 11:40:57 -07:00
SKILL.md.tmpl fix(setup-gbrain): register gbrain MCP via direct bun on Windows to stop console-window popups 2026-06-14 15:19:48 -05:00
memory.md v1.33.0.0 feat: /sync-gbrain memory-stage batch-import refactor (D1-D8) + F6/F9 + signal cleanup (#1432) 2026-05-11 18:47:33 -07:00