We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1850cfb commit 63120e4Copy full SHA for 63120e4
.github/workflows/ci.yaml
@@ -97,7 +97,7 @@ jobs:
97
uses: astral-sh/setup-uv@v6
98
with:
99
enable-cache: true
100
- version: "0.9.8" # Pin a specific version of uv.
+ version: "0.9.14" # Pin a specific version of uv.
101
# This could be removed again later; it's only needed until for initial quick testing that this works:
102
- run: uvx mcp-server-git --help
103
0 commit comments