LICENSE
README.md
pyproject.toml
src/mxcp/__main__.py
src/mxcp.egg-info/PKG-INFO
src/mxcp.egg-info/SOURCES.txt
src/mxcp.egg-info/dependency_links.txt
src/mxcp.egg-info/entry_points.txt
src/mxcp.egg-info/requires.txt
src/mxcp.egg-info/top_level.txt
src/mxcp/audit/__init__.py
src/mxcp/audit/logger.py
src/mxcp/audit/query.py
src/mxcp/auth/__init__.py
src/mxcp/auth/atlassian.py
src/mxcp/auth/context.py
src/mxcp/auth/github.py
src/mxcp/auth/middleware.py
src/mxcp/auth/persistence.py
src/mxcp/auth/providers.py
src/mxcp/auth/salesforce.py
src/mxcp/auth/url_utils.py
src/mxcp/cli/__init__.py
src/mxcp/cli/admin.py
src/mxcp/cli/dbt.py
src/mxcp/cli/drift_check.py
src/mxcp/cli/drift_snapshot.py
src/mxcp/cli/evals.py
src/mxcp/cli/init.py
src/mxcp/cli/lint.py
src/mxcp/cli/list.py
src/mxcp/cli/log.py
src/mxcp/cli/query.py
src/mxcp/cli/run.py
src/mxcp/cli/serve.py
src/mxcp/cli/test.py
src/mxcp/cli/utils.py
src/mxcp/cli/validate.py
src/mxcp/config/__init__.py
src/mxcp/config/analytics.py
src/mxcp/config/migration.py
src/mxcp/config/site_config.py
src/mxcp/config/types.py
src/mxcp/config/user_config.py
src/mxcp/config/schemas/__init__.py
src/mxcp/config/schemas/mxcp-config-schema-1.json
src/mxcp/config/schemas/mxcp-site-schema-1.json
src/mxcp/drift/checker.py
src/mxcp/drift/snapshot.py
src/mxcp/drift/types.py
src/mxcp/drift/schemas/__init__.py
src/mxcp/drift/schemas/drift-report-schema-1.json
src/mxcp/drift/schemas/drift-snapshot-schema-1.json
src/mxcp/endpoints/executor.py
src/mxcp/endpoints/loader.py
src/mxcp/endpoints/runner.py
src/mxcp/endpoints/schema.py
src/mxcp/endpoints/tester.py
src/mxcp/endpoints/types.py
src/mxcp/endpoints/schemas/__init__.py
src/mxcp/endpoints/schemas/prompt-schema-1.json
src/mxcp/endpoints/schemas/resource-schema-1.json
src/mxcp/endpoints/schemas/tool-schema-1.json
src/mxcp/engine/dbt_runner.py
src/mxcp/engine/duckdb_session.py
src/mxcp/engine/extension_loader.py
src/mxcp/engine/plugin_loader.py
src/mxcp/engine/python_loader.py
src/mxcp/engine/secret_injection.py
src/mxcp/evals/__init__.py
src/mxcp/evals/executor.py
src/mxcp/evals/loader.py
src/mxcp/evals/runner.py
src/mxcp/evals/types.py
src/mxcp/evals/schemas/__init__.py
src/mxcp/evals/schemas/eval-schema-1.json
src/mxcp/plugins/__init__.py
src/mxcp/plugins/base.py
src/mxcp/policies/__init__.py
src/mxcp/policies/enforcement.py
src/mxcp/runtime/__init__.py
src/mxcp/server/mcp.py
tests/test_cli.py
tests/test_cli_init.py
tests/test_cli_lint.py
tests/test_cli_run.py
tests/test_drift_check.py
tests/test_endpoint_execution.py
tests/test_evals.py
tests/test_list.py
tests/test_mcp.py
tests/test_plugin_base.py
tests/test_policies.py
tests/test_policies_integration.py
tests/test_python_concurrent.py
tests/test_python_endpoints.py
tests/test_return_type_validation.py
tests/test_runner.py
tests/test_runtime.py
tests/test_secret_injection.py
tests/test_secrets.py
tests/test_tester.py
tests/test_tester_assertions.py
tests/test_type_converter.py
tests/test_user_config.py
tests/test_validation.py
tests/test_vault_integration.py