Skip to content

v2.0.0

Latest

Choose a tag to compare

@BlArcher3127 BlArcher3127 released this 01 Jul 18:38
d4e50b9

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).

New Features

  • OAuth 2.1 authentication
  • Site Audit toolsdiscoverSiteUrls, startSiteAudit, getSiteAuditStatus, getSiteAuditReport, previewPageAudit (all OAuth-only).
  • Link Preview toolgetLinkPreview, showing Facebook/Twitter/X/LinkedIn/Google preview cards, a quality score, and a fix list.
  • getOgMarkdown tool — converts any URL to clean Markdown.
  • Guided workflow prompts added: run-site-audit, analyze-webpage, extract-structured-data, get-page-content.

Improvements

  • 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.