Claude Code hooks integrating with PoC memory
Find a file
Kent Overstreet 6ec15776f1 mcp-server: auto-reconnect on broken pipe
When the daemon restarts, consciousness-mcp's socket connection goes
stale. Previously this caused all subsequent memory/journal tool calls
to fail with "Broken pipe" errors until manually restarted.

Now request() detects broken pipe/connection reset errors and
automatically reconnects to the daemon socket, re-initializes the
MCP session, and retries the request.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-14 18:56:38 -04:00
src mcp-server: auto-reconnect on broken pipe 2026-04-14 18:56:38 -04:00
Cargo.lock consciousness-mcp: forward to daemon socket instead of direct calls 2026-04-13 16:44:36 -04:00
Cargo.toml initial commit 2026-04-09 19:57:50 -04:00