🚀 The fast, Pythonic way to build MCP servers and clients.

agents fastmcp llms mcp mcp-clients mcp-servers mcp-tools model-context-protocol python
5 Open Issues Need Help Last updated: Mar 13, 2026

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 1/5
bug good first issue cli

🚀 The fast, Pythonic way to build MCP servers and clients.

Python
#agents#fastmcp#llms#mcp#mcp-clients#mcp-servers#mcp-tools#model-context-protocol#python

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.

Complexity: 1/5
bug good first issue cli

🚀 The fast, Pythonic way to build MCP servers and clients.

Python
#agents#fastmcp#llms#mcp#mcp-clients#mcp-servers#mcp-tools#model-context-protocol#python
enhancement good first issue provider

🚀 The fast, Pythonic way to build MCP servers and clients.

Python
#agents#fastmcp#llms#mcp#mcp-clients#mcp-servers#mcp-tools#model-context-protocol#python
bug server good first issue

🚀 The fast, Pythonic way to build MCP servers and clients.

Python
#agents#fastmcp#llms#mcp#mcp-clients#mcp-servers#mcp-tools#model-context-protocol#python

🚀 The fast, Pythonic way to build MCP servers and clients.

Python
#agents#fastmcp#llms#mcp#mcp-clients#mcp-servers#mcp-tools#model-context-protocol#python