Skip to content

Commit 8f62226

Browse files
committed
enabled mcp
1 parent 2d61b9a commit 8f62226

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/azure-static-web-apps-lemon-coast-0a8660a10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
paths-ignore:
1515
- '**/*.sql'
1616
- '*.md'
17+
- 'dab/**'
1718

1819
jobs:
1920
build_and_deploy_job:

dab/dab-config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.5.56/dab.draft.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/Azure/data-api-builder/refs/heads/main/schemas/dab.draft.schema.json",
33
"data-source": {
44
"database-type": "mssql",
55
"connection-string": "@env('MSSQL')",
@@ -18,6 +18,13 @@
1818
"path": "/graphql",
1919
"allow-introspection": true
2020
},
21+
"mcp": {
22+
"enabled": true,
23+
"dml-tools": {
24+
"describe-entities": true,
25+
"execute-entity": true
26+
}
27+
},
2128
"host": {
2229
"cors": {
2330
"origins": [],

0 commit comments

Comments
 (0)