LICENSE
README.md
pyproject.toml
mcc/__init__.py
mcc/__main__.py
mcc/app.py
mcc/cache.py
mcc/db.py
mcc/exec.py
mcc/loader.py
mcc/middleware.py
mcc/models.py
mcc/pyrunner.py
mcc/settings.py
mcc/settings.yaml
mcc/template.py
mcc/auth/__init__.py
mcc/auth/backend.py
mcc/auth/db.py
mcc/auth/dev.py
mcc/auth/models.py
mcc/auth/util.py
mcc/cli/__init__.py
mcc/cli/mcp.py
mcc/cli/tools.py
mcc/cli/users.py
mcc/templates/param_signature.md
mcc/templates/tool_signature.md
mcc/tools/admin.yaml
mcc/tools/public.yaml
model_context_catalog.egg-info/PKG-INFO
model_context_catalog.egg-info/SOURCES.txt
model_context_catalog.egg-info/dependency_links.txt
model_context_catalog.egg-info/entry_points.txt
model_context_catalog.egg-info/requires.txt
model_context_catalog.egg-info/top_level.txt
tests/test_app.py
tests/test_auth.py
tests/test_exec.py
tests/test_loader.py
tests/test_mcp_features.py
tests/test_pyrunner.py
tests/test_signature.py
tests/test_tool_index.py