We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158169b commit 1efb875Copy full SHA for 1efb875
.github/workflows/mcp-prerelease-compatibility.yml
@@ -105,7 +105,7 @@ jobs:
105
run: |
106
# Install with both dev and community extras, allow prereleases
107
# FastMCP will determine which MCP version it needs
108
- uv sync --extra dev --extra community --prerelease allow
+ uv sync --extra dev --extra community --prerelease if-necessary-or-explicit
109
110
- name: Show installed versions
111
0 commit comments