Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 07:59
Immutable release. Only release title and notes can be modified.
fd80590

Added

  • foura_single and foura_proxy accept an optional browser profile: browser, os, version, or an exact profile id. Omitting them keeps the previous behaviour, the current Chrome. The catalogue is public at https://api.foura.ai/api/profiles. A combination that does not exist returns an error listing what is available instead of sending a different browser.
  • Both tools now surface defense when the target ran a bot check. defense.solved: false means the body may be a challenge page, so an agent can retry with another browser profile or escalate.

Fixed

  • The unblocker description on foura_single and foura_proxy said the default was off. It has always been on, so requests already carried a full browser header set. The schema text now matches the behaviour.

Security

  • Updated the MCP SDK to 1.30.0 and dependencies to clear published advisories in undici, hono, @hono/node-server, fast-uri, ip-address and body-parser. npm audit reports no known vulnerabilities.