v0.3.2
Changes
Full migration to Firecrawl v2 API with buildBody architecture.
Fixes monitor_create sending v1-shaped body to v2 endpoint (closes #12).
Infrastructure
buildBodyargument 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