data-api-builder
data-api-builder copied to clipboard
[Enh]: Extend `auto-entities` to include `stored-procedures`
What?
Auto-entities automatically adds tables. Extend this to include stored procedures.
Why?
This helps us meet the needs of a larger customer base.
How?
- Add
pattern.typeproperty to allowtable(default) andstored-procedure. - Automatically include parameters through metadata query.
- Add
template.mcp.custom-toolas a name pattern{schema}{object}{parameter}
This provides both basic REST/GraphQL support as well as new MCP tool support.