
release-dbt-mcp
โ 585by dbt-labs ยท part of dbt-labs/dbt-mcp
Release a new version of dbt-mcp to PyPi
๐ฅโ VerifiedFreeQuick setup
๐ Repo-maintenance skill. It exists to help maintain dbt-labs/dbt-mcp itself โ it's only useful if you contribute code to that project.
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
name: release-dbt-mcp description: Release a new version of dbt-mcp to PyPi disable-model-invocation: true
- Initiate the
Create release PRGitHub workflow. Use theautofor thebumpinput. Don't set theprereleaseinput. - Wait for this to start and then poll the status of this running workflow.
- Once it finishes successfully, approve & squash merge (
gh pr merge --squash --admin) the PR that was created. This repo does not allow merge commits. This is an autogenerated PR, so it is okay to bypass CI. This is the only case that bypassing CI is okay. - Merging this PR will kick off the
Release dbt-mcpworkflow. - Wait for this to start and then poll the status of this running workflow. When the workflow waits for GitHub environment approval, open the page with
open <url> - Ask the user to continue once they have approved the GitHub environment.
- Once the user continues, continue polling the status of the
Release dbt-mcpworkflow. - When that workflow has finished successfully. Ensure that the new version of dbt-mcp is on PyPI by checking the JSON API at
https://pypi.org/pypi/dbt-mcp/json(the HTML page is JS-rendered and won't work with WebFetch). - Report to the user the status of all GitHub workflows that ran and the status of the release.
Copy & paste โ that's it
npx skills add https://github.com/dbt-labs/dbt-mcp --skill release-dbt-mcpRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under Apache-2.0โ you can use, modify, and redistribute it under that license's terms.