LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
scripts/debug_embedding.py
scripts/debug_full.py
scripts/debug_pg.py
scripts/investigate_timeout.py
scripts/test_embedding.py
scripts/validate_a2a_agent.py
scripts/validate_agents.py
scripts/validate_all_dbs.py
scripts/verify_deps.py
tests/reproduce_chunking.py
tests/test_databases.py
tests/test_hybrid_implementation.py
tests/test_optional_dependencies.py
tests/test_protocol_compliance.py
tests/test_pruning.py
tests/test_vector_mcp.py
vector_mcp/__init__.py
vector_mcp/__main__.py
vector_mcp/mcp_config.json
vector_mcp/middlewares.py
vector_mcp/utils.py
vector_mcp/vector_agent.py
vector_mcp/vector_mcp.py
vector_mcp.egg-info/PKG-INFO
vector_mcp.egg-info/SOURCES.txt
vector_mcp.egg-info/dependency_links.txt
vector_mcp.egg-info/entry_points.txt
vector_mcp.egg-info/requires.txt
vector_mcp.egg-info/top_level.txt
vector_mcp/retriever/__init__.py
vector_mcp/retriever/chromadb_retriever.py
vector_mcp/retriever/couchbase_retriever.py
vector_mcp/retriever/llamaindex_retriever.py
vector_mcp/retriever/mongodb_retriever.py
vector_mcp/retriever/postgres_retriever.py
vector_mcp/retriever/qdrant_retriever.py
vector_mcp/retriever/retriever.py
vector_mcp/skills/a2a_client/SKILL.md
vector_mcp/skills/a2a_client/scripts/a2a_client.py
vector_mcp/skills/code-analysis/SKILL.md
vector_mcp/skills/codebase-search/SKILL.md
vector_mcp/skills/file-navigation/SKILL.md
vector_mcp/skills/vector-mcp-collection-management/SKILL.md
vector_mcp/skills/vector-mcp-search/SKILL.md
vector_mcp/vectordb/__init__.py
vector_mcp/vectordb/base.py
vector_mcp/vectordb/chromadb.py
vector_mcp/vectordb/couchbase.py
vector_mcp/vectordb/mongodb.py
vector_mcp/vectordb/postgres.py
vector_mcp/vectordb/qdrant.py
vector_mcp/vectordb/utils.py