This release adds 6 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summarySite‑aware search, proactive cookie consent dismissal, and smart Enter fallback improve tool reliability.
Full changelog
What's New
6 MCP tool reliability improvements from the v0.9.11 milestone -- manual-mode browsing now works reliably on any website.
Site-Aware Search
The search tool now finds and uses the current site's own search bar (Amazon, YouTube, GitHub, etc.) via a 5-tier DOM heuristic cascade. Falls back to Google only when no site search input exists.
Cookie Consent Auto-Dismiss
Cookie consent overlays (OneTrust, Cookiebot, TrustArc, Quantcast, Didomi, Sourcepoint + generic patterns) are detected and dismissed proactively before any tool interaction. Prefers reject/decline buttons over Accept All. Never touches login prompts, newsletter popups, or paywalls.
Smart Enter Fallback
press_enter automatically finds and clicks the form's submit button when the Enter key has no observable effect -- fixing forms on sites like Indeed and Amazon where Enter key dispatch doesn't trigger submission.
Viewport-Aware Interaction
click and hover now scroll elements into view accounting for fixed/sticky headers. After scrolling, an elementFromPoint check confirms the target is actually visible before the action fires.
BF Cache Resilience
Clicks that cause page navigation return success with navigation info instead of cryptic "port disconnected" errors. Content script auto-reconnects after back/forward cache transitions.
Content Extraction Reliability
read_page auto-waits for DOM stability on JS-heavy sites, prioritizes main content over sidebar/nav/footer noise, and caps output at ~8K chars with intelligent truncation.
Install / Update
npx -y fsb-mcp-server
Or add to your MCP client config:
{
"mcpServers": {
"fsb": {
"command": "npx",
"args": ["-y", "fsb-mcp-server"]
}
}
}
Full Changelog: https://github.com/LakshmanTurlapati/FSB/compare/v0.1.1...v0.2.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About LakshmanTurlapati/FSB
All releases →Related context
Beta — feedback welcome: [email protected]