Skip to content

Commit fc87207

Browse files
authored
MCP: Use Databricks SDK to authenticate SQL calls (#3949)
## Changes This way we don't have to rely on PAT anymore. ## Why <!-- Why are these changes needed? Provide the context that the reviewer might be missing. For example, were there any decisions behind the change that are not reflected in the code itself? --> ## Tests Created an app through the agent and validated that it works without configuring a PAT.
1 parent 562f59e commit fc87207

File tree

4 files changed

+629
-1098
lines changed

4 files changed

+629
-1098
lines changed

experimental/apps-mcp/lib/templates/trpc/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"install:all": "cd server && npm install && cd ../client && npm install",
66
"build": "npm run install:all && cd server && npm run check && cd .. && cd client && npm run build && cd .. && rm -rf server/public && mv client/dist server/public",
77
"start": "cd server && npm start",
8-
"test": "cd server && npm test"
8+
"test": "cd server && npm test",
9+
"clean": "rm -rf server/public server/node_modules client/node_modules"
910
}
1011
}

0 commit comments

Comments
 (0)