LICENSE
README.md
pyproject.toml
src/mcpman/__init__.py
src/mcpman/__main__.py
src/mcpman/cli.py
src/mcpman/config.py
src/mcpman/formatting.py
src/mcpman/llm_client.py
src/mcpman/logger.py
src/mcpman/models.py
src/mcpman/orchestrator.py
src/mcpman/server.py
src/mcpman/tools.py
src/mcpman.egg-info/PKG-INFO
src/mcpman.egg-info/SOURCES.txt
src/mcpman.egg-info/dependency_links.txt
src/mcpman.egg-info/entry_points.txt
src/mcpman.egg-info/requires.txt
src/mcpman.egg-info/top_level.txt
src/mcpman/llm_clients/__init__.py
src/mcpman/llm_clients/anthropic.py
src/mcpman/llm_clients/base.py
src/mcpman/llm_clients/openai_compat.py
src/mcpman/llm_clients/openai_responses.py