README.md
pyproject.toml
src/capydocs/__init__.py
src/capydocs/cli.py
src/capydocs/mcp_server.py
src/capydocs/server.py
src/capydocs.egg-info/PKG-INFO
src/capydocs.egg-info/SOURCES.txt
src/capydocs.egg-info/dependency_links.txt
src/capydocs.egg-info/entry_points.txt
src/capydocs.egg-info/requires.txt
src/capydocs.egg-info/top_level.txt
src/capydocs/routers/__init__.py
src/capydocs/routers/ai.py
src/capydocs/routers/files.py
src/capydocs/routers/search.py
src/capydocs/services/__init__.py
src/capydocs/services/ai.py
src/capydocs/services/filesystem.py
src/capydocs/services/search.py
src/capydocs/static/favicon.ico
src/capydocs/static/index.html
src/capydocs/static/logo.png
src/capydocs/static/css/style.css
src/capydocs/static/js/ai.js
src/capydocs/static/js/app.js
src/capydocs/static/js/cm-bundle.js
src/capydocs/static/js/editor.js
src/capydocs/static/js/tree.js
tests/test_ai.py
tests/test_files_api.py
tests/test_filesystem.py
tests/test_multi_root.py
tests/test_search.py