New: MCP server monitoring is live. Start free trial
CloudflareSchemaAdditive

New fields added in PUT /accounts/{account_id}/access/ai-controls/mcp/servers/{id} request body: [is_shared_oauth_callback_enabled]

Affected surface
PUT /accounts/{account_id}/access/ai-controls/mcp/servers/{id}

What changed

New fields added in PUT /accounts/{account_id}/access/ai-controls/mcp/servers/{id} request body: [is_shared_oauth_callback_enabled] Affected surface: PUT /accounts/{account_id}/access/ai-controls/mcp/servers/{id}. Root cause: endpoint `PUT /accounts/{account_id}/access/ai-controls/mcp/servers/{id}`. Detected at Fri, 05 Jun 2026 23:33:13 UTC UTC.

Diff

{
  "added_fields": [
    "is_shared_oauth_callback_enabled"
  ],
  "path": "PUT /accounts/{account_id}/access/ai-controls/mcp/servers/{id}",
  "schema_path": "PUT /accounts/{account_id}/access/ai-controls/mcp/servers/{id} request body"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Diff your serializers against the new schema. The diff above shows what moved.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.