Skip to content

Commit 94a9ef9

Browse files
committed
Merge branch 'main' of github.com:dbt-labs/dbt-mcp into jairus/bump-dbt-protos
2 parents 2e50900 + 153dc9b commit 94a9ef9

5 files changed

Lines changed: 29 additions & 5 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Under the Hood
2+
body: Add dependabot YML config
3+
time: 2026-03-03T07:12:10.394855-08:00

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "uv"
4+
directory: "/"
5+
# Ignore version update PRs - security updates remain active
6+
open-pull-requests-limit: 0
7+
exclude-paths:
8+
- "examples/**"
9+
schedule:
10+
interval: "weekly"
11+
12+
- package-ecosystem: "npm"
13+
directory: "/ui"
14+
# Ignore version update PRs - security updates remain active
15+
open-pull-requests-limit: 0
16+
schedule:
17+
interval: "weekly"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ The dbt MCP server architecture allows for your agent to connect to a variety of
100100

101101
Commonly, you will connect the dbt MCP server to an agent product like Claude or Cursor. However, if you are interested in creating your own agent, check out [the examples directory](https://github.com/dbt-labs/dbt-mcp/tree/main/examples) for how to get started.
102102

103+
## Dependencies
104+
105+
Dependencies are pinned to specific versions and are not updated automatically. Only security-related dependency updates are submitted via automated pull requests.
106+
103107
## Contributing
104108

105109
Read `CONTRIBUTING.md` for instructions on how to get involved!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Typing :: Typed",
2929
]
3030
dependencies = [
31-
"authlib==1.6.6",
31+
"authlib==1.6.7",
3232
"dbt-protos>=1.0.431",
3333
"dbt-sl-sdk[sync]>=0.13.2",
3434
"dbtlabs-vortex==0.2.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)