.gitignore
LICENSE
MANIFEST.in
README.md
RELEASE.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
docs/architecture.md
docs/tool-contract.md
examples/mcp-client-config.json
examples/scan-messages-request.json
examples/scan-text-request.json
src/zero_harm_ai_mcp/__init__.py
src/zero_harm_ai_mcp/_version.py
src/zero_harm_ai_mcp/detectors.py
src/zero_harm_ai_mcp/models.py
src/zero_harm_ai_mcp/server.py
src/zero_harm_ai_mcp.egg-info/PKG-INFO
src/zero_harm_ai_mcp.egg-info/SOURCES.txt
src/zero_harm_ai_mcp.egg-info/dependency_links.txt
src/zero_harm_ai_mcp.egg-info/entry_points.txt
src/zero_harm_ai_mcp.egg-info/requires.txt
src/zero_harm_ai_mcp.egg-info/scm_file_list.json
src/zero_harm_ai_mcp.egg-info/scm_version.json
src/zero_harm_ai_mcp.egg-info/top_level.txt
tests/conftest.py
tests/test_detectors.py
tests/test_models.py
tests/test_server_schema.py