You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only an implicit len(Sessions()) count exists today. Add a lightweight concurrency-safe registry of active MCP client sessions (id, transport stdio|http, connected-at, last-activity) and the db path the server is bound to. A read-only resource exposes it so the desktop client can show "who's attached to this brain."
Type: AFK
What to build
Only an implicit
len(Sessions())count exists today. Add a lightweight concurrency-safe registry of active MCP client sessions (id, transport stdio|http, connected-at, last-activity) and the db path the server is bound to. A read-only resource exposes it so the desktop client can show "who's attached to this brain."Acceptance criteria
skills/remind/SKILL.mdupdatedmake testgreenBlocked by