.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
docs/api.md
docs/changelog.md
docs/cli.md
docs/examples.md
docs/faq.md
docs/getting-started.md
docs/index.md
docs/installation.md
docs/model-setup.md
docs/server-specs.md
docs/troubleshooting.md
docs/images/icon.png
docs/images/screenshot_output.png
examples/use_agent.py
examples/servers/math_server.py
src/deepmcpagent/__init__.py
src/deepmcpagent/__main__.py
src/deepmcpagent/agent.py
src/deepmcpagent/cli.py
src/deepmcpagent/clients.py
src/deepmcpagent/config.py
src/deepmcpagent/prompt.py
src/deepmcpagent/py.typed
src/deepmcpagent/tools.py
src/deepmcpagent.egg-info/PKG-INFO
src/deepmcpagent.egg-info/SOURCES.txt
src/deepmcpagent.egg-info/dependency_links.txt
src/deepmcpagent.egg-info/entry_points.txt
src/deepmcpagent.egg-info/requires.txt
src/deepmcpagent.egg-info/top_level.txt
tests/test_agent.py
tests/test_cli_parse.py
tests/test_config.py
tests/test_tools_schema.py