Skip to content

v0.2.1

Choose a tag to compare

@BlaiseMoses01 BlaiseMoses01 released this 03 Jul 15:44
· 59 commits to main since this release
4f8af1c

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.