Bulk document creation, Markdown patching, and larger schema support

Published: January 8, 2026

v2.9.0

New Features

  • Bulk document creation. create_document_from_json and create_document_from_markdown have been replaced with create_documents_from_json and create_documents_from_markdown, enabling creation of multiple documents in a single operation.
  • Markdown patching. New patch_document_from_markdown tool enables updating specific document fields using Markdown content.

Improvements

  • create_project. Now explicitly notes that a Studio has not been created or deployed yet.

Fixes

  • Large tool responses. Increased maximum response size to fix issues where tools like get_schema would fail on projects with large schemas.
  • Token refresh. Fixed an issue where token refresh could fail and require re-authentication.
Loading...