You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Notes — v2.0.0
Breaking / Major
Migrated data tools to the OpenGraph v3 API (getOgData, getOgScrapeData, getOgScreenshot) with auto_render, auto_proxy, and retry enabled by default. getOgQuery and getOgExtract remain on v1.1 (no v3 route exists yet).
Expanded parameters across all data tools (v3 smart defaults, hideSelectors, navigationTimeout, capture_delay, array param comma-joining).
Branded Markdown + structuredContent formatters for every tool response.
Full tool description rewrite for agent clarity (params, response shapes, no internal implementation details).
Documentation cleanup — README.md, package.json, server.json, and the Claude Desktop extension manifest updated to reflect the full current tool/prompt set.
Fixes
npm audit vulnerability patched.
Fixed a pre-existing broken ./og.js import.
Fixed app_id resolution for the query tool and image-agent export tool (no longer only sourced from env var).
Fixed a schema-validation bug where structuredContent was incorrectly included on error results.