Skip to content

sync(webextrator): remove deprecated params, fix limit default - #498

Draft
Germey with Copilot wants to merge 2 commits into
mainfrom
copilot/sync-update-from-docs-db789cfa-a439-4ea6-b7d6-65044a5d119a
Draft

sync(webextrator): remove deprecated params, fix limit default#498
Germey with Copilot wants to merge 2 commits into
mainfrom
copilot/sync-update-from-docs-db789cfa-a439-4ea6-b7d6-65044a5d119a

Conversation

Copilot AI commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Syncs the webextrator MCP server with the latest upstream OpenAPI spec (2c86095), which dropped cookies, bypass_cache, and cache_ttl_seconds from the extract/render endpoints and documents limit default as 12.

Changes

  • tools/extract_tools.py — remove cookies, bypass_cache, cache_ttl_seconds from webextrator_extract and webextrator_render tool signatures
  • core/client.py — remove the same three params from extract() and render() client methods and their payload-building logic
  • tools/task_tools.py — correct limit description from "Default is 50" → "Default is 12"

Copilot AI changed the title [WIP] Sync MCP servers with updated Docs changes sync(webextrator): remove deprecated params, fix limit default Aug 1, 2026
Copilot AI requested a review from Germey August 1, 2026 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sync: update from Docs (2c86095 docs: sync from PlatformBackend [automated])

2 participants