Skip to content

v0.3.2

Choose a tag to compare

@schlemperdev schlemperdev released this 25 Jun 01:20
· 16 commits to main since this release

Changes

Full migration to Firecrawl v2 API with buildBody architecture.

Fixes monitor_create sending v1-shaped body to v2 endpoint (closes #12).

Infrastructure

  • buildBody argument shaping for all POST/PATCH tools — fallback-safe
  • Selective field copy prevents unknown args from reaching API

Path fixes (v1→v2)

  • crawl, map, check_crawl_status, monitor_delete

Route/method fixes

  • interact: /v2/browser → /v2/scrape
  • interact_stop: POST → DELETE
  • search_feedback: /v2/feedback → /v2/search/{id}/feedback
  • All research tools: POST /v1/research/* → GET /v2/search/research/*

buildBody mappers

  • scrape (formats strings→objects), crawl, search, map, extract, agent, parse, interact, monitor_create

Schema

  • monitor_create: added optional schedule field

Diff

  • 2 files changed, 140 insertions, 19 deletions