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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
A standalone broker daemon (playback-mcp-broker) that owns the localhost port
and multiplexes many playback-mcp servers onto the one extension. Each server
connects as a session-tagged client (auto-spawning the broker if it isn't running),
so multiple concurrent Claude sessions can each drive their own YouTube tab in
parallel. The broker routes commands and events by sessionId and idle-exits after
its last client disconnects.