.gitignore
.python-version
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
examples/desktop.py
examples/screenshot.py
src/fastmcp/__init__.py
src/fastmcp/_version.py
src/fastmcp/cli.py
src/fastmcp/exceptions.py
src/fastmcp/resources.py
src/fastmcp/server.py
src/fastmcp/tools.py
src/fastmcp.egg-info/PKG-INFO
src/fastmcp.egg-info/SOURCES.txt
src/fastmcp.egg-info/dependency_links.txt
src/fastmcp.egg-info/entry_points.txt
src/fastmcp.egg-info/requires.txt
src/fastmcp.egg-info/top_level.txt
src/fastmcp/cli/__init__.py
src/fastmcp/cli/claude.py
src/fastmcp/cli/cli.py
src/fastmcp/utilities/__init__.py
src/fastmcp/utilities/logging.py
tests/__init__.py
tests/test_server.py
tests/test_tool_manager.py
tests/resources/__init__.py
tests/resources/test_file_resources.py
tests/resources/test_function_resources.py
tests/resources/test_resource_manager.py
tests/servers/__init__.py
tests/servers/test_file_server.py