Skip to content

Commit 1efb875

Browse files
committed
fix: prerelease github action incorrect config value
1 parent 158169b commit 1efb875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mcp-prerelease-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: |
106106
# Install with both dev and community extras, allow prereleases
107107
# FastMCP will determine which MCP version it needs
108-
uv sync --extra dev --extra community --prerelease allow
108+
uv sync --extra dev --extra community --prerelease if-necessary-or-explicit
109109
110110
- name: Show installed versions
111111
run: |

0 commit comments

Comments
 (0)