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

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.

Results 387 data-api-builder issues
Sort by recently updated
recently updated
newest added

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.

refactor
mcp-server

## 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`...

mcp-server

## 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. >...

mcp-server

Add new tests for MCP. Tests should have coverage on MCP related config and runtime. MCP tools added should also have good test coverage.

mssql
test
mcp-server

Support `.akv` files just like `.env` files.

security
config

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,...

enhancement
backlog