README.md
pyproject.toml
src/mcp_fred/__init__.py
src/mcp_fred/__main__.py
src/mcp_fred/config.py
src/mcp_fred/server.py
src/mcp_fred.egg-info/PKG-INFO
src/mcp_fred.egg-info/SOURCES.txt
src/mcp_fred.egg-info/dependency_links.txt
src/mcp_fred.egg-info/requires.txt
src/mcp_fred.egg-info/top_level.txt
src/mcp_fred/api/__init__.py
src/mcp_fred/api/client.py
src/mcp_fred/api/endpoints/__init__.py
src/mcp_fred/api/endpoints/category.py
src/mcp_fred/api/endpoints/maps.py
src/mcp_fred/api/endpoints/release.py
src/mcp_fred/api/endpoints/series.py
src/mcp_fred/api/endpoints/source.py
src/mcp_fred/api/endpoints/tag.py
src/mcp_fred/api/models/__init__.py
src/mcp_fred/api/models/responses.py
src/mcp_fred/tools/__init__.py
src/mcp_fred/tools/_common.py
src/mcp_fred/tools/category.py
src/mcp_fred/tools/job_cancel.py
src/mcp_fred/tools/job_list.py
src/mcp_fred/tools/job_status.py
src/mcp_fred/tools/maps.py
src/mcp_fred/tools/project_create.py
src/mcp_fred/tools/project_list.py
src/mcp_fred/tools/release.py
src/mcp_fred/tools/series.py
src/mcp_fred/tools/source.py
src/mcp_fred/tools/tag.py
src/mcp_fred/transports/__init__.py
src/mcp_fred/transports/stdio.py
src/mcp_fred/utils/__init__.py
src/mcp_fred/utils/background_worker.py
src/mcp_fred/utils/file_writer.py
src/mcp_fred/utils/job_manager.py
src/mcp_fred/utils/json_to_csv.py
src/mcp_fred/utils/output_handler.py
src/mcp_fred/utils/path_resolver.py
src/mcp_fred/utils/token_estimator.py