data-api-builder
data-api-builder copied to clipboard
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
At the moment, DAB searches for the token's default 'roles' claim to authenticate the user. It may be useful to allow specifying a custom role claim name in the configuration...
## Why make this change? Offers a partial fix for #2766 This is important for queries that run longer than 30 sec (the default value) as in REST mode there...
All the MCP tools having a lot of common and repetitive code that needs to be extracted into base classes, and the tools need to only have tool specific logic.
## 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? 1. Add `pattern.type`...
## What? Allow an entity of type `stored-procedure` to be added as a custom MCP tool. ## Why? This would be the easiest way to add a custom tool. >...
Add new tests for MCP. Tests should have coverage on MCP related config and runtime. MCP tools added should also have good test coverage.
Support `.akv` files just like `.env` files.
For developers who want their secrets in Azure Key Vault, support a syntax in the config that allows it. ## Added properties ```json { "azure-key-vault" : { "endpoint": "url", (string,...