You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The project's readme suggests using FastMCP server (merged into mcp version 1.2.0rc1) but pypi offers mcp1.1.2 version which doesn't support FastMCP yet.
To Reproduce
Steps to reproduce the behavior:
uv add "mcp[cli]" # install mcp==1.1.2 version from pypi (the official version)
mcp dev server
Expected behavior
Relevant docs need to clearly indicate that FastMCP server feature requires version 1.2.0rc1 which is not yet available on PyPI by default . Users following the readme are currently unable to use the documented FastMCP features with the stable PyPI version.
Screenshots
N/A
Desktop (please complete the following information):
OS: macOS Sonoma
Package Version: mcp 1.1.2
Smartphone (please complete the following information):
N/A
Additional context
The documentation should either indicate that FastMCP server features are only available in the RC version (1.2.0rc1) or provide instructions for installing the RC version if users want to use these features. This would prevent confusion for users following the readme.
To install the 1.2.0rc1 locally:
uv add "mcp[cli]===1.2.0rc1"
The text was updated successfully, but these errors were encountered:
…ures
As mentioned in issue modelcontextprotocol#114, the ReadMe is currently misleading as it specifies a version that does not have the functionality in the Quickstart and the rest of the documentation.
A quick hotfix, while the MCP team works to release the FastMCP version, would be to add a line in the README.
Hi Team,
Describe the bug
The project's readme suggests using FastMCP server (merged into mcp version 1.2.0rc1) but pypi offers mcp1.1.2 version which doesn't support FastMCP yet.
To Reproduce
Steps to reproduce the behavior:
uv add "mcp[cli]"
# install mcp==1.1.2 version from pypi (the official version)mcp dev server
Expected behavior
Relevant docs need to clearly indicate that FastMCP server feature requires version 1.2.0rc1 which is not yet available on PyPI by default . Users following the readme are currently unable to use the documented FastMCP features with the stable PyPI version.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
The documentation should either indicate that FastMCP server features are only available in the RC version (1.2.0rc1) or provide instructions for installing the RC version if users want to use these features. This would prevent confusion for users following the readme.
To install the 1.2.0rc1 locally:
The text was updated successfully, but these errors were encountered: