Open Issues Need Help
View All on GitHubAI Summary: The `fastmcp --help` command incorrectly displays "FastMCP 2.0" in its output, despite the user having version 3.1.0 installed. The issue identifies the specific line of code responsible for the hardcoded version string and the corresponding test that needs to be updated. The expected behavior is for the help output to reflect the correct installed version or omit the version information entirely.
🚀 The fast, Pythonic way to build MCP servers and clients.
AI Summary: The workspace install command crashes when the provided workspace path is a file instead of a directory. The current code checks for path existence but fails to verify if it's a directory, leading to `mkdir()` failing on an invalid path. The proposed fix involves adding an `is_dir()` check to ensure the workspace path is indeed a directory before proceeding.
🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 The fast, Pythonic way to build MCP servers and clients.