LICENSE
README.md
pyproject.toml
pdf_context/__init__.py
pdf_context/chunking.py
pdf_context/cli.py
pdf_context/client.py
pdf_context/config.py
pdf_context/context.py
pdf_context/embeddings.py
pdf_context/logging_setup.py
pdf_context/main.py
pdf_context/mcp_server.py
pdf_context/vector_store.py
pdf_context.egg-info/PKG-INFO
pdf_context.egg-info/SOURCES.txt
pdf_context.egg-info/dependency_links.txt
pdf_context.egg-info/entry_points.txt
pdf_context.egg-info/requires.txt
pdf_context.egg-info/top_level.txt
pdf_context/classification/__init__.py
pdf_context/classification/classifier.py
pdf_context/classification/profiles.py
pdf_context/db/__init__.py
pdf_context/db/schema.py
pdf_context/db/store.py
pdf_context/ingest/__init__.py
pdf_context/ingest/pipeline.py
pdf_context/ingest/watcher.py
pdf_context/ingest/worker.py
pdf_context/mcp/__init__.py
pdf_context/mcp/server.py
pdf_context/mcp/stdio.py
pdf_context/parsers/__init__.py
pdf_context/parsers/base.py
pdf_context/parsers/pymupdf.py
pdf_context/retrieval/__init__.py
pdf_context/retrieval/navigational.py
pdf_context/retrieval/semantic.py
pdf_context/skills/__init__.py
pdf_context/skills/install.py
pdf_context/skills/pdf-context/SKILL.md
pdf_context/structure/__init__.py
pdf_context/structure/extractor.py
pdf_context/structure/tree.py
tests/test_classifier.py
tests/test_cli.py
tests/test_client.py
tests/test_config.py
tests/test_ingest_pipeline.py
tests/test_job_queue.py
tests/test_mcp_factory.py
tests/test_mcp_tools.py
tests/test_navigational.py
tests/test_scoped_search.py
tests/test_skill_install.py
tests/test_structure_chunking.py
tests/test_structure_extractor.py