Releases: fouradata/mcp
Releases · fouradata/mcp
Release list
v0.6.0
Immutable
release. Only release title and notes can be modified.
Added
foura_singleandfoura_proxyaccept an optional browser profile:browser,os,version, or an exactprofileid. 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
defensewhen the target ran a bot check.defense.solved: falsemeans the body may be a challenge page, so an agent can retry with another browser profile or escalate.
Fixed
- The
unblockerdescription onfoura_singleandfoura_proxysaid 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-addressandbody-parser.npm auditreports no known vulnerabilities.
v0.5.0
Added
foura_proxyaccepts an optionalexitCountriesallowlist and returns the selectedexitCountryon a scoped success. Unknown exits are excluded and no eligible scope is silently dropped.
Changed
- Tool guidance now makes protected-content validation, offloaded resource reads, and strict country-scope error handling explicit.
- The minimum supported Node version is now 22.19, matching the runtime requirement of the HTTP client dependency.