Unreleased
Breaking
- Connectors API:
POST /api/v1/connectors/{id}/connect— Replaced theaccess_tokenfield with aheadersfield (a dictionary of arbitrary headers to forward to the MCP server). Certain dangerous headers are blocked. To migrate, change{"access_token": "<token>"}to{"headers": {"Authorization": "Bearer <token>"}}.