mcp-proxy-adapter 6.9.14__tar.gz → 6.9.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/PKG-INFO +1 -1
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/app.py +10 -3
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/config.py +1 -1
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/app_factory.py +4 -1
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/logging.py +17 -34
- mcp_proxy_adapter-6.9.15/mcp_proxy_adapter/examples/full_application/test_minimal_server.py +69 -0
- mcp_proxy_adapter-6.9.15/mcp_proxy_adapter/examples/full_application/test_simple_server.py +62 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/version.py +1 -1
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/PKG-INFO +1 -1
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/SOURCES.txt +4 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/pyproject.toml +1 -1
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/README.md +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/__main__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/handlers.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/base.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/command_permission_middleware.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/error_handling.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/factory.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/logging.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/performance.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/protocol_middleware.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/transport_middleware.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/unified_security.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/user_info_middleware.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/schemas.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/tool_integration.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/tools.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/auth_validation_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/base.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/builtin_commands.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/catalog_manager.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/cert_monitor_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/certificate_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/command_registry.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/config_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/dependency_container.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/dependency_manager.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/echo_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/health_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/help_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/hooks.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/key_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/load_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/plugins_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/protocol_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/proxy_registration_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/registration_status_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/reload_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/result.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/role_test_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/roles_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/security_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/settings_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/ssl_setup_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/token_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/transport_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/unload_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/app_runner.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/auth_validator.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/certificate_utils.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/client.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/client_manager.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/client_security.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/config_converter.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/config_validator.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/crl_utils.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/errors.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/mtls_asgi.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/mtls_asgi_app.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/mtls_proxy.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/mtls_server.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/protocol_manager.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/proxy_client.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/proxy_registration.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/role_utils.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/security_adapter.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/security_factory.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/security_integration.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/server_adapter.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/server_engine.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/settings.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/signal_handler.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/ssl_utils.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/transport_manager.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/unified_config_adapter.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/utils.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/custom_openapi.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/basic_framework/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/basic_framework/commands/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/basic_framework/hooks/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/basic_framework/main.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/bugfix_certificate_config.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/cert_manager_bugfix.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/check_config.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/commands/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/config_builder.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/config_cli.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/create_test_configs.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/debug_request_state.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/debug_role_chain.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/demo_client.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/commands/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/commands/custom_echo_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/commands/dynamic_calculator_command.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/hooks/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/hooks/application_hooks.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/hooks/builtin_command_hooks.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/main.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/proxy_endpoints.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/run_mtls.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/run_simple.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/full_application/test_server.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/generate_config.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/proxy_registration_example.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/required_certificates.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/run_example.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/run_full_test_suite.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/run_proxy_server.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/run_security_tests_fixed.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/security_test_client.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/setup_test_environment.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/simple_protocol_test.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/test_chk_hostname_automated.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/test_config.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/test_config_builder.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/test_examples.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/test_framework_complete.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/test_mcp_server.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/test_protocol_examples.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/universal_client.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/update_config_certificates.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/main.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/openapi.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/schemas/base_schema.json +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/schemas/openapi_schema.json +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/schemas/roles.json +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/schemas/roles_schema.json +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/dependency_links.txt +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/entry_points.txt +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/not-zip-safe +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/requires.txt +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/top_level.txt +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/setup.cfg +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/setup.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/tests/test_certificate_validation.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/tests/test_config_integration.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/tests/test_config_validation.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/tests/test_config_validation_isolated.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/tests/test_direct_import.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/tests/test_isolated_validation.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/tests/test_no_defaults.py +0 -0
- {mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/tests/test_simple_validation.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcp-proxy-adapter
|
3
|
-
Version: 6.9.
|
3
|
+
Version: 6.9.15
|
4
4
|
Summary: Powerful JSON-RPC microservices framework with built-in security, authentication, and proxy registration
|
5
5
|
Home-page: https://github.com/maverikod/mcp-proxy-adapter
|
6
6
|
Author: Vasiliy Zdanovskiy
|
@@ -146,7 +146,7 @@ def create_lifespan(config_path: Optional[str] = None):
|
|
146
146
|
# Compute server_url EARLY and inject into registration manager so
|
147
147
|
# that reload_system (which may perform registration) uses the correct
|
148
148
|
# externally reachable address.
|
149
|
-
server_config =
|
149
|
+
server_config = current_config.get("server")
|
150
150
|
if not server_config:
|
151
151
|
raise ValueError("server configuration is required")
|
152
152
|
server_host = server_config.get("host")
|
@@ -362,9 +362,16 @@ def create_app(
|
|
362
362
|
elif hasattr(app_config, "keys"):
|
363
363
|
current_config = app_config
|
364
364
|
else:
|
365
|
-
|
365
|
+
# If app_config is not a dict-like object, use it as is
|
366
|
+
current_config = app_config
|
366
367
|
else:
|
367
|
-
|
368
|
+
# If no app_config provided, try to get global config
|
369
|
+
try:
|
370
|
+
from mcp_proxy_adapter.config import get_config
|
371
|
+
current_config = get_config().get_all()
|
372
|
+
except Exception:
|
373
|
+
# If global config is not available, create empty config
|
374
|
+
current_config = {}
|
368
375
|
|
369
376
|
# Debug: Check what config is passed to create_app
|
370
377
|
if app_config:
|
@@ -78,6 +78,8 @@ async def create_and_run_server(
|
|
78
78
|
sys.exit(1)
|
79
79
|
|
80
80
|
try:
|
81
|
+
from mcp_proxy_adapter.config import Config
|
82
|
+
config = Config()
|
81
83
|
config.load_from_file(str(config_file))
|
82
84
|
app_config = config.get_all()
|
83
85
|
print(f"✅ Configuration loaded from: {config_path}")
|
@@ -169,7 +171,6 @@ async def create_and_run_server(
|
|
169
171
|
f"Fix your configuration file."
|
170
172
|
)
|
171
173
|
|
172
|
-
from pathlib import Path
|
173
174
|
if not Path(cert_file).exists():
|
174
175
|
raise ValueError(
|
175
176
|
f"CRITICAL CONFIG ERROR: SSL certificate file does not exist: {cert_file}. "
|
@@ -509,6 +510,8 @@ def validate_config_file(config_path: str) -> bool:
|
|
509
510
|
return False
|
510
511
|
|
511
512
|
# Try to load configuration to validate JSON format
|
513
|
+
from mcp_proxy_adapter.config import Config
|
514
|
+
config = Config()
|
512
515
|
config.load_from_file(str(config_file))
|
513
516
|
return True
|
514
517
|
|
@@ -120,46 +120,29 @@ def setup_logging(
|
|
120
120
|
Returns:
|
121
121
|
Configured logger.
|
122
122
|
"""
|
123
|
-
#
|
124
|
-
level = level or
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
log_file = log_file or get_config().get("logging.file")
|
137
|
-
rotation_type = rotation_type or "size" # Default to size-based rotation
|
138
|
-
|
139
|
-
# Get log directory and file settings from config
|
140
|
-
log_dir = get_config().get("logging.log_dir", "./logs")
|
141
|
-
log_file_name = get_config().get("logging.log_file", "mcp_proxy_adapter.log")
|
142
|
-
error_log_file = get_config().get("logging.error_log_file", "mcp_proxy_adapter_error.log")
|
143
|
-
access_log_file = get_config().get(
|
144
|
-
"logging.access_log_file", "mcp_proxy_adapter_access.log"
|
145
|
-
)
|
146
|
-
|
147
|
-
# Get rotation settings from config
|
148
|
-
max_file_size_str = get_config().get("logging.max_file_size", "10MB")
|
149
|
-
backup_count = backup_count or get_config().get("logging.backup_count", 5)
|
123
|
+
# Use provided parameters or defaults
|
124
|
+
level = level or "INFO"
|
125
|
+
log_file = log_file
|
126
|
+
rotation_type = rotation_type or "size"
|
127
|
+
log_dir = "./logs"
|
128
|
+
log_file_name = "mcp_proxy_adapter.log"
|
129
|
+
error_log_file = "mcp_proxy_adapter_error.log"
|
130
|
+
access_log_file = "mcp_proxy_adapter_access.log"
|
131
|
+
|
132
|
+
# Get rotation settings
|
133
|
+
max_file_size_str = "10MB"
|
134
|
+
backup_count = backup_count or 5
|
150
135
|
|
151
136
|
# Parse max file size (e.g., "10MB" -> 10 * 1024 * 1024)
|
152
137
|
max_bytes = max_bytes or _parse_file_size(max_file_size_str)
|
153
138
|
|
154
139
|
# Get format settings
|
155
|
-
log_format =
|
156
|
-
|
157
|
-
)
|
158
|
-
date_format = get_config().get("logging.date_format", "%Y-%m-%d %H:%M:%S")
|
140
|
+
log_format = "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
|
141
|
+
date_format = "%Y-%m-%d %H:%M:%S"
|
159
142
|
|
160
143
|
# Get output settings
|
161
|
-
console_output =
|
162
|
-
file_output =
|
144
|
+
console_output = True
|
145
|
+
file_output = True
|
163
146
|
|
164
147
|
# Convert string logging level to constant
|
165
148
|
numeric_level = getattr(logging, level.upper(), None)
|
@@ -227,7 +210,7 @@ def setup_logging(
|
|
227
210
|
logger.addHandler(access_handler)
|
228
211
|
|
229
212
|
# Configure loggers for external libraries
|
230
|
-
log_levels =
|
213
|
+
log_levels = {}
|
231
214
|
for logger_name, logger_level in log_levels.items():
|
232
215
|
lib_logger = logging.getLogger(logger_name)
|
233
216
|
lib_logger.setLevel(getattr(logging, logger_level.upper(), logging.INFO))
|
@@ -0,0 +1,69 @@
|
|
1
|
+
#!/usr/bin/env python3
|
2
|
+
"""
|
3
|
+
Minimal server test without lifespan issues.
|
4
|
+
"""
|
5
|
+
|
6
|
+
import sys
|
7
|
+
import os
|
8
|
+
from pathlib import Path
|
9
|
+
|
10
|
+
# Add the project root to the path
|
11
|
+
project_root = Path(__file__).parent.parent.parent.parent
|
12
|
+
sys.path.insert(0, str(project_root))
|
13
|
+
|
14
|
+
from fastapi import FastAPI
|
15
|
+
from mcp_proxy_adapter.api.handlers import execute_command
|
16
|
+
import uvicorn
|
17
|
+
|
18
|
+
def main():
|
19
|
+
"""Test minimal server startup."""
|
20
|
+
print("🚀 Testing Minimal Server Startup")
|
21
|
+
print("=" * 50)
|
22
|
+
|
23
|
+
# Create minimal FastAPI app
|
24
|
+
app = FastAPI(
|
25
|
+
title="Test Server",
|
26
|
+
description="Minimal test server",
|
27
|
+
version="1.0.0"
|
28
|
+
)
|
29
|
+
|
30
|
+
# Add health endpoint
|
31
|
+
@app.get("/health")
|
32
|
+
async def health():
|
33
|
+
return {"status": "ok", "message": "Server is running"}
|
34
|
+
|
35
|
+
# Add JSON-RPC endpoint
|
36
|
+
@app.post("/api/jsonrpc")
|
37
|
+
async def jsonrpc_endpoint(request: dict):
|
38
|
+
try:
|
39
|
+
# Simple health command
|
40
|
+
if request.get("method") == "health":
|
41
|
+
return {
|
42
|
+
"jsonrpc": "2.0",
|
43
|
+
"id": request.get("id"),
|
44
|
+
"result": {"status": "ok", "message": "Health check passed"}
|
45
|
+
}
|
46
|
+
else:
|
47
|
+
return {
|
48
|
+
"jsonrpc": "2.0",
|
49
|
+
"id": request.get("id"),
|
50
|
+
"error": {"code": -32601, "message": "Method not found"}
|
51
|
+
}
|
52
|
+
except Exception as e:
|
53
|
+
return {
|
54
|
+
"jsonrpc": "2.0",
|
55
|
+
"id": request.get("id"),
|
56
|
+
"error": {"code": -32603, "message": str(e)}
|
57
|
+
}
|
58
|
+
|
59
|
+
print("✅ FastAPI app created successfully")
|
60
|
+
|
61
|
+
# Start server
|
62
|
+
print("🚀 Starting server on http://0.0.0.0:8000")
|
63
|
+
print("📡 Test with: curl -X POST http://localhost:8000/api/jsonrpc -H 'Content-Type: application/json' -d '{\"jsonrpc\": \"2.0\", \"method\": \"health\", \"id\": 1}'")
|
64
|
+
print("🛑 Press Ctrl+C to stop")
|
65
|
+
|
66
|
+
uvicorn.run(app, host="0.0.0.0", port=8000)
|
67
|
+
|
68
|
+
if __name__ == "__main__":
|
69
|
+
main()
|
@@ -0,0 +1,62 @@
|
|
1
|
+
#!/usr/bin/env python3
|
2
|
+
"""
|
3
|
+
Simple server test without complex lifespan.
|
4
|
+
"""
|
5
|
+
|
6
|
+
import sys
|
7
|
+
import os
|
8
|
+
from pathlib import Path
|
9
|
+
|
10
|
+
# Add the project root to the path
|
11
|
+
project_root = Path(__file__).parent.parent.parent.parent
|
12
|
+
sys.path.insert(0, str(project_root))
|
13
|
+
|
14
|
+
from mcp_proxy_adapter.api.app import create_app
|
15
|
+
from mcp_proxy_adapter.config import Config
|
16
|
+
import uvicorn
|
17
|
+
|
18
|
+
def main():
|
19
|
+
"""Test simple server startup."""
|
20
|
+
print("🚀 Testing Simple Server Startup")
|
21
|
+
print("=" * 50)
|
22
|
+
|
23
|
+
# Load configuration
|
24
|
+
config_path = "configs/http_simple_correct.json"
|
25
|
+
if not os.path.exists(config_path):
|
26
|
+
print(f"❌ Configuration file not found: {config_path}")
|
27
|
+
return 1
|
28
|
+
|
29
|
+
try:
|
30
|
+
# Load config
|
31
|
+
config = Config()
|
32
|
+
config.load_from_file(config_path)
|
33
|
+
app_config = config.get_all()
|
34
|
+
|
35
|
+
print(f"✅ Configuration loaded: {config_path}")
|
36
|
+
print(f"🔍 Config keys: {list(app_config.keys())}")
|
37
|
+
|
38
|
+
# Create app
|
39
|
+
app = create_app(
|
40
|
+
title="Test Server",
|
41
|
+
description="Simple test server",
|
42
|
+
version="1.0.0",
|
43
|
+
app_config=app_config
|
44
|
+
)
|
45
|
+
|
46
|
+
print("✅ FastAPI app created successfully")
|
47
|
+
|
48
|
+
# Start server
|
49
|
+
print("🚀 Starting server on http://0.0.0.0:8000")
|
50
|
+
print("📡 Test with: curl -X POST http://localhost:8000/api/jsonrpc -H 'Content-Type: application/json' -d '{\"jsonrpc\": \"2.0\", \"method\": \"health\", \"id\": 1}'")
|
51
|
+
print("🛑 Press Ctrl+C to stop")
|
52
|
+
|
53
|
+
uvicorn.run(app, host="0.0.0.0", port=8000)
|
54
|
+
|
55
|
+
except Exception as e:
|
56
|
+
print(f"❌ Error: {e}")
|
57
|
+
import traceback
|
58
|
+
traceback.print_exc()
|
59
|
+
return 1
|
60
|
+
|
61
|
+
if __name__ == "__main__":
|
62
|
+
sys.exit(main())
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcp-proxy-adapter
|
3
|
-
Version: 6.9.
|
3
|
+
Version: 6.9.15
|
4
4
|
Summary: Powerful JSON-RPC microservices framework with built-in security, authentication, and proxy registration
|
5
5
|
Home-page: https://github.com/maverikod/mcp-proxy-adapter
|
6
6
|
Author: Vasiliy Zdanovskiy
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/SOURCES.txt
RENAMED
@@ -127,7 +127,9 @@ setup.py
|
|
127
127
|
./mcp_proxy_adapter/examples/full_application/proxy_endpoints.py
|
128
128
|
./mcp_proxy_adapter/examples/full_application/run_mtls.py
|
129
129
|
./mcp_proxy_adapter/examples/full_application/run_simple.py
|
130
|
+
./mcp_proxy_adapter/examples/full_application/test_minimal_server.py
|
130
131
|
./mcp_proxy_adapter/examples/full_application/test_server.py
|
132
|
+
./mcp_proxy_adapter/examples/full_application/test_simple_server.py
|
131
133
|
./mcp_proxy_adapter/examples/full_application/commands/__init__.py
|
132
134
|
./mcp_proxy_adapter/examples/full_application/commands/custom_echo_command.py
|
133
135
|
./mcp_proxy_adapter/examples/full_application/commands/dynamic_calculator_command.py
|
@@ -271,7 +273,9 @@ mcp_proxy_adapter/examples/full_application/main.py
|
|
271
273
|
mcp_proxy_adapter/examples/full_application/proxy_endpoints.py
|
272
274
|
mcp_proxy_adapter/examples/full_application/run_mtls.py
|
273
275
|
mcp_proxy_adapter/examples/full_application/run_simple.py
|
276
|
+
mcp_proxy_adapter/examples/full_application/test_minimal_server.py
|
274
277
|
mcp_proxy_adapter/examples/full_application/test_server.py
|
278
|
+
mcp_proxy_adapter/examples/full_application/test_simple_server.py
|
275
279
|
mcp_proxy_adapter/examples/full_application/commands/__init__.py
|
276
280
|
mcp_proxy_adapter/examples/full_application/commands/custom_echo_command.py
|
277
281
|
mcp_proxy_adapter/examples/full_application/commands/dynamic_calculator_command.py
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "mcp-proxy-adapter"
|
7
|
-
version = "6.9.
|
7
|
+
version = "6.9.15"
|
8
8
|
description = "Powerful JSON-RPC microservices framework with built-in security, authentication, and proxy registration"
|
9
9
|
readme = "README.md"
|
10
10
|
license = {text = "MIT"}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/__init__.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/base.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/factory.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/middleware/logging.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/api/tool_integration.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/builtin_commands.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/catalog_manager.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/command_registry.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/config_command.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/echo_command.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/health_command.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/help_command.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/load_command.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/plugins_command.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/reload_command.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/security_command.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/settings_command.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/commands/unload_command.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/auth_validator.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/certificate_utils.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/client_manager.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/client_security.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/config_converter.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/config_validator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/mtls_asgi_app.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/protocol_manager.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/proxy_client.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/proxy_registration.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/security_adapter.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/security_factory.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/security_integration.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/server_adapter.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/server_engine.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/signal_handler.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/core/transport_manager.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/check_config.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/config_builder.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/config_cli.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/debug_role_chain.py
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/demo_client.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/generate_config.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/run_example.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/run_proxy_server.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/test_config.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/test_examples.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/test_mcp_server.py
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/examples/universal_client.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/schemas/base_schema.json
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/schemas/openapi_schema.json
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter/schemas/roles_schema.json
RENAMED
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/entry_points.txt
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/not-zip-safe
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/requires.txt
RENAMED
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/mcp_proxy_adapter.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mcp_proxy_adapter-6.9.14 → mcp_proxy_adapter-6.9.15}/tests/test_config_validation_isolated.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|