data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Follow up tasks for update_record tool

Open anushakolan opened this issue 3 months ago • 1 comments

  1. We should use the SqlResponseHelper to create a response that MCP endpoint needs to avoid the duplicate serialization and deserialization. (I think this is addressed in your PR`
  2. If the ClientRoleHeaderAuthenticationMiddleware isn't invoked, the roleheader here will be empty. This needs to be tested.
  3. Add CLI dab configure --runtime.mcp.dml-tools.update_record.enabled true
  4. Update dab validate (warn when update_record.enabled and not mcp.enabled)

anushakolan avatar Oct 20 '25 08:10 anushakolan

  1. We should use the SqlResponseHelper to create a response that MCP endpoint needs to avoid the duplicate serialization and deserialization. (I think this is addressed in your PR` [This is getting addressed by a separate task by @aaronburtle

souvikghosh04 avatar Oct 27 '25 16:10 souvikghosh04