README.md
pyproject.toml
./ncp/__init__.py
./ncp/api.py
./ncp/assembler.py
./ncp/benchmarks.py
./ncp/chunker.py
./ncp/cli.py
./ncp/coherence.py
./ncp/config.py
./ncp/costs.py
./ncp/dogfood.py
./ncp/encoder.py
./ncp/types.py
./ncp/version.py
./ncp/adapters/__init__.py
./ncp/adapters/anthropic.py
./ncp/adapters/base.py
./ncp/adapters/cohere.py
./ncp/adapters/gemini.py
./ncp/adapters/local.py
./ncp/adapters/mistral.py
./ncp/adapters/ollama.py
./ncp/adapters/openai.py
./ncp/hooks/__init__.py
./ncp/mcp/__init__.py
./ncp/mcp/server.py
./ncp/middleware/__init__.py
./ncp/middleware/base.py
./ncp/middleware/cost_tracking.py
./ncp/middleware/logging.py
./ncp/stores/__init__.py
./ncp/stores/base.py
./ncp/stores/sqlite.py
./ncp/templates/config.toml.example
ncp/__init__.py
ncp/api.py
ncp/assembler.py
ncp/benchmarks.py
ncp/chunker.py
ncp/cli.py
ncp/coherence.py
ncp/config.py
ncp/costs.py
ncp/dogfood.py
ncp/encoder.py
ncp/types.py
ncp/version.py
ncp/adapters/__init__.py
ncp/adapters/anthropic.py
ncp/adapters/base.py
ncp/adapters/cohere.py
ncp/adapters/gemini.py
ncp/adapters/local.py
ncp/adapters/mistral.py
ncp/adapters/ollama.py
ncp/adapters/openai.py
ncp/hooks/__init__.py
ncp/mcp/__init__.py
ncp/mcp/server.py
ncp/middleware/__init__.py
ncp/middleware/base.py
ncp/middleware/cost_tracking.py
ncp/middleware/logging.py
ncp/stores/__init__.py
ncp/stores/base.py
ncp/stores/sqlite.py
ncp/templates/config.toml.example
neural_context_protocol.egg-info/PKG-INFO
neural_context_protocol.egg-info/SOURCES.txt
neural_context_protocol.egg-info/dependency_links.txt
neural_context_protocol.egg-info/entry_points.txt
neural_context_protocol.egg-info/requires.txt
neural_context_protocol.egg-info/top_level.txt
tests/test_adapters.py
tests/test_api.py
tests/test_assembler.py
tests/test_assembler_phase3.py
tests/test_benchmarks.py
tests/test_chunker.py
tests/test_cli.py
tests/test_coherence.py
tests/test_config.py
tests/test_costs.py
tests/test_dogfood.py
tests/test_encoder.py
tests/test_examples.py
tests/test_imports.py
tests/test_mcp_server.py
tests/test_middleware.py
tests/test_sqlite_store.py
tests/test_types.py