data-api-builder
data-api-builder copied to clipboard
Follow up tasks for update_record tool
- 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`
- If the ClientRoleHeaderAuthenticationMiddleware isn't invoked, the roleheader here will be empty. This needs to be tested.
- Add CLI dab configure --runtime.mcp.dml-tools.update_record.enabled true
- Update dab validate (warn when update_record.enabled and not mcp.enabled)
- 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