.flake8
.gitignore
.pypirc
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pytest.ini
run_tests.sh
setup.py
.github/workflows/ci.yml
aider_mcp_client/__init__.py
aider_mcp_client/__main__.py
aider_mcp_client/_version.py
aider_mcp_client/client.py
aider_mcp_client/config.json
aider_mcp_client/mcp_sdk_client.py
aider_mcp_client/pyproject.toml
aider_mcp_client/setup.cfg
aider_mcp_client.egg-info/PKG-INFO
aider_mcp_client.egg-info/SOURCES.txt
aider_mcp_client.egg-info/dependency_links.txt
aider_mcp_client.egg-info/entry_points.txt
aider_mcp_client.egg-info/requires.txt
aider_mcp_client.egg-info/top_level.txt
tests/conftest.py
tests/test_client.py
tests/test_example.py
tests/test_helpers.py
tests/test_mcp_sdk.py