.gitignore
.mcp.json
ARCHITECTURE.md
LICENSE
README.md
pyproject.toml
uv.lock
.claude-plugin/marketplace.json
.claude-plugin/plugin.json
.github/workflows/publish.yml
docs/plans/2026-02-19-camera-separate-implementation.md
docs/plans/2026-02-19-camera-separate-integration-design.md
docs/plans/2026-02-23-setup-cli-design.md
kachaka_core/__init__.py
kachaka_core/camera.py
kachaka_core/commands.py
kachaka_core/connection.py
kachaka_core/controller.py
kachaka_core/detection.py
kachaka_core/error_handling.py
kachaka_core/interceptors.py
kachaka_core/queries.py
kachaka_sdk_toolkit/__init__.py
kachaka_sdk_toolkit/setup_cli.py
kachaka_sdk_toolkit.egg-info/PKG-INFO
kachaka_sdk_toolkit.egg-info/SOURCES.txt
kachaka_sdk_toolkit.egg-info/dependency_links.txt
kachaka_sdk_toolkit.egg-info/entry_points.txt
kachaka_sdk_toolkit.egg-info/requires.txt
kachaka_sdk_toolkit.egg-info/top_level.txt
mcp_server/__init__.py
mcp_server/server.py
skills/kachaka-sdk/SKILL.md
skills/kachaka-sdk/examples/typical_usage.py
tests/__init__.py
tests/test_camera.py
tests/test_commands.py
tests/test_connection.py
tests/test_controller.py
tests/test_detection.py
tests/test_error_handling.py
tests/test_interceptors.py
tests/test_queries.py
tests/test_server_controller.py