LICENSE
README.md
pyproject.toml
mcp_server/__init__.py
mcp_server/__main__.py
mcp_server/client.py
mcp_server/models.py
mcp_server/server.py
open_db.egg-info/PKG-INFO
open_db.egg-info/SOURCES.txt
open_db.egg-info/dependency_links.txt
open_db.egg-info/entry_points.txt
open_db.egg-info/requires.txt
open_db.egg-info/top_level.txt
opendb/__init__.py
opendb/cli.py
opendb_core/__init__.py
opendb_core/config.py
opendb_core/database.py
opendb_core/main.py
opendb_core/workspace.py
opendb_core/workspaces.py
opendb_core/middleware/__init__.py
opendb_core/middleware/auth.py
opendb_core/parsers/__init__.py
opendb_core/parsers/base.py
opendb_core/parsers/docx.py
opendb_core/parsers/image.py
opendb_core/parsers/pdf.py
opendb_core/parsers/pptx.py
opendb_core/parsers/registry.py
opendb_core/parsers/spreadsheet.py
opendb_core/parsers/text.py
opendb_core/routers/__init__.py
opendb_core/routers/files.py
opendb_core/routers/glob.py
opendb_core/routers/health.py
opendb_core/routers/index.py
opendb_core/routers/info.py
opendb_core/routers/memory.py
opendb_core/routers/read.py
opendb_core/routers/search.py
opendb_core/routers/workspaces.py
opendb_core/services/__init__.py
opendb_core/services/grep_service.py
opendb_core/services/index_service.py
opendb_core/services/ingest_service.py
opendb_core/services/memory_service.py
opendb_core/services/read_service.py
opendb_core/services/search_service.py
opendb_core/services/vision_service.py
opendb_core/services/watch_service.py
opendb_core/services/workspace_service.py
opendb_core/storage/__init__.py
opendb_core/storage/_pg_memory.py
opendb_core/storage/_sqlite_memory.py
opendb_core/storage/base.py
opendb_core/storage/postgres.py
opendb_core/storage/shared.py
opendb_core/storage/sqlite.py
opendb_core/utils/__init__.py
opendb_core/utils/hashing.py
opendb_core/utils/text.py
opendb_core/utils/tokenizer.py
opendb_integration/__init__.py
opendb_integration/client.py
opendb_integration/index.py
opendb_integration/tools.py
tests/test_auth_middleware.py
tests/test_classification.py
tests/test_config.py
tests/test_database.py
tests/test_e2e.py
tests/test_grep_service.py
tests/test_hashing.py
tests/test_index.py
tests/test_ingest_service.py
tests/test_parsers.py
tests/test_read_structured.py
tests/test_resolve_filename.py
tests/test_sqlite_backend.py
tests/test_tokenizer.py
tests/test_utils.py
tests/test_watch_service.py
tests/test_workspaces.py