Skip to content

fix: fastmcp must be a base dependency for cloud builds#91

Merged
zzstoatzz merged 1 commit into
mainfrom
fix/fastmcp-base-dep
Jul 19, 2026
Merged

fix: fastmcp must be a base dependency for cloud builds#91
zzstoatzz merged 1 commit into
mainfrom
fix/fastmcp-base-dep

Conversation

@zzstoatzz

Copy link
Copy Markdown
Owner

fastmcp cloud installs base deps only (no extras) and hard-fails its find_spec('fastmcp') check — see the build log on any Failed deployment row. moving fastmcp (+ typing-extensions, which the mcp module imports directly) into [project].dependencies; the [mcp] extra stays for compatibility.

🤖 Generated with Claude Code

…xtras

fastmcp cloud's builder installs the project's base dependencies only
and hard-fails when find_spec('fastmcp') misses; fastmcp living in the
[mcp] extra has failed every deploy since the builder gained that
check. the extra remains for compatibility.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@zzstoatzz
zzstoatzz merged commit ae35084 into main Jul 19, 2026
3 checks passed
@zzstoatzz
zzstoatzz deleted the fix/fastmcp-base-dep branch July 19, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant