Constrain server packages to FastMCP 3.x - #23
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Tuhin Kundu (TuhinKundu)
requested review from
a team
and
a lite review from Copilot
September 2, 2026 19:01
Copilot started reviewing on behalf of
Tuhin Kundu (TuhinKundu)
September 2, 2026 19:02
View session
Nico (s91323)
approved these changes
Sep 2, 2026
There was a problem hiding this comment.
🟢 Approval recommended
The dependency specifier change is correct for PEP 621 dependencies and cleanly enforces the intended FastMCP 3.x constraint in both server packages.
Pull request overview
This PR constrains the fastmcp dependency to the FastMCP 3.x line for the two Python MCP server packages, preventing accidental installs of incompatible FastMCP 4.x.
Changes:
- Pin
fastmcpto>=3.4.3,<4inservers/thinkingbox_tools. - Pin
fastmcpto>=3.4.3,<4inservers/tb_business_ops_servers_202606.
File summaries
| File | Description |
|---|---|
| servers/thinkingbox_tools/pyproject.toml | Constrains fastmcp dependency to >=3.4.3,<4 under PEP 621 [project].dependencies. |
| servers/tb_business_ops_servers_202606/pyproject.toml | Constrains fastmcp dependency to >=3.4.3,<4 under PEP 621 [project].dependencies. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing