LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
requirements.txt
docs/CHATGPT_OAUTH_CONFIG.md
docs/CHATGPT_SETUP.md
docs/CLOUDFLARE_OAUTH_ISSUE.md
docs/CLOUDFLARE_TUNNEL.md
docs/EMBEDDING_SETUP.md
docs/LLAMACPP_SETUP.md
docs/OAUTH_SETUP.md
docs/RUNBOOK.md
docs/SECURITY.md
docs/TROUBLESHOOTING.md
docs/VECTOR_EMBEDDINGS.md
docs/adr-001-oauth2-authentication.md
docs/adr-002-trigram-indexing.md
docs/adr-003-symbol-search-ctags.md
docs/adr-004-configuration-system.md
docs/adr-005-fastmcp-custom-routes.md
docs/adr-006-vector-embeddings.md
docs/adr-007-file-watching.md
docs/adr-008-granular-indexing.md
docs/adr-009-chatgpt-compatibility.md
docs/adr-010-thread-safety-sqlite.md
docs/template.md
sigil_mcp/__init__.py
sigil_mcp/__main__.py
sigil_mcp/auth.py
sigil_mcp/config.py
sigil_mcp/embeddings.py
sigil_mcp/indexer.py
sigil_mcp/llamacpp_provider.py
sigil_mcp/manage_auth.py
sigil_mcp/oauth.py
sigil_mcp/py.typed
sigil_mcp/server.py
sigil_mcp/watcher.py
sigil_mcp_server.egg-info/PKG-INFO
sigil_mcp_server.egg-info/SOURCES.txt
sigil_mcp_server.egg-info/dependency_links.txt
sigil_mcp_server.egg-info/entry_points.txt
sigil_mcp_server.egg-info/requires.txt
sigil_mcp_server.egg-info/top_level.txt
tests/test_auth.py
tests/test_config.py
tests/test_embeddings.py
tests/test_file_watching.py
tests/test_indexer.py
tests/test_indexer_advanced.py
tests/test_integration.py
tests/test_oauth.py