Skip to content

v0.0.3

Choose a tag to compare

@SohrabZ SohrabZ released this 05 Aug 02:05
· 52 commits to main since this release
98d2bf7

Install

go install github.com/SohrabZ/x-browser-mcp@v0.0.3

Added

  • read_x_url — pass any x.com link and it resolves to the right surface: a
    post reads its thread, a profile reads that account, and list, bookmarks,
    home and search URLs read their timelines. Accepts links with the ?s=
    tracking parameter.
  • Posts now carry their attached images, with alt text where X provides it.
  • TESTING.md — automated gates plus the manual browser, agent and
    write-gating passes.
  • SECURITY.md — what the server exposes and how to report issues.

Fixed

  • Image-only posts were scraped and then discarded, because post validation
    required non-empty text. A visual self-thread of ten image replies read as a
    root post with no replies at all.