mcp-proxy-adapter 6.9.25__tar.gz → 6.9.27__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.
Potentially problematic release.
This version of mcp-proxy-adapter might be problematic. Click here for more details.
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/PKG-INFO +1 -1
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/app.py +6 -5
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/unified_security.py +6 -5
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/client_security.py +6 -5
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/proxy_registration.py +3 -2
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/security_adapter.py +6 -9
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/security_integration.py +6 -9
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/unified_config_adapter.py +6 -7
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/PKG-INFO +1 -1
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/pyproject.toml +1 -1
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/README.md +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/__main__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/handlers.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/base.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/command_permission_middleware.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/error_handling.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/factory.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/logging.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/performance.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/protocol_middleware.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/transport_middleware.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/user_info_middleware.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/schemas.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/tool_integration.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/tools.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/auth_validation_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/base.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/builtin_commands.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/catalog_manager.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/cert_monitor_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/certificate_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/command_registry.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/config_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/dependency_container.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/dependency_manager.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/echo_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/health_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/help_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/hooks.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/key_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/load_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/plugins_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/protocol_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/proxy_registration_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/registration_status_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/reload_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/result.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/role_test_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/roles_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/security_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/settings_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/ssl_setup_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/token_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/transport_management_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/unload_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/config.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/app_factory.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/app_runner.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/auth_validator.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/certificate_utils.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/client.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/client_manager.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/config_converter.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/config_validator.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/crl_utils.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/errors.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/logging.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/mtls_asgi.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/mtls_asgi_app.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/mtls_proxy.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/mtls_server.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/protocol_manager.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/proxy_client.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/role_utils.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/security_factory.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/server_adapter.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/server_engine.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/settings.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/signal_handler.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/ssl_utils.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/transport_manager.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/utils.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/custom_openapi.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/basic_framework/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/basic_framework/commands/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/basic_framework/hooks/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/basic_framework/main.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/bugfix_certificate_config.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/cert_manager_bugfix.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/check_config.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/commands/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/config_builder.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/config_cli.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/create_test_configs.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/debug_request_state.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/debug_role_chain.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/demo_client.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/commands/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/commands/custom_echo_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/commands/dynamic_calculator_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/commands/echo_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/commands/help_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/commands/list_command.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/hooks/__init__.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/hooks/application_hooks.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/hooks/builtin_command_hooks.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/main.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/proxy_endpoints.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/run_mtls.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/run_simple.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/test_minimal_server.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/test_server.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/full_application/test_simple_server.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/generate_config.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/proxy_registration_example.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/required_certificates.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/run_example.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/run_full_test_suite.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/run_proxy_server.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/run_security_tests_fixed.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/security_test_client.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/setup_test_environment.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/simple_protocol_test.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/test_chk_hostname_automated.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/test_config.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/test_config_builder.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/test_examples.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/test_framework_complete.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/test_mcp_server.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/test_protocol_examples.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/universal_client.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/update_config_certificates.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/validate_generator_compatibility.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/validate_generator_compatibility_simple.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/main.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/openapi.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/schemas/base_schema.json +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/schemas/openapi_schema.json +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/schemas/roles.json +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/schemas/roles_schema.json +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/version.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/SOURCES.txt +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/dependency_links.txt +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/entry_points.txt +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/not-zip-safe +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/requires.txt +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/top_level.txt +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/setup.cfg +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/setup.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/tests/test_certificate_validation.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/tests/test_config_integration.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/tests/test_config_validation.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/tests/test_config_validation_isolated.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/tests/test_direct_import.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/tests/test_isolated_validation.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/tests/test_no_defaults.py +0 -0
- {mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/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.27
|
|
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
|
|
@@ -78,11 +78,12 @@ def _determine_registration_url(config: Dict[str, Any]) -> str:
|
|
|
78
78
|
protocol = "https" if registration_protocol == "mtls" else registration_protocol
|
|
79
79
|
get_global_logger().info(f"🔍 Using registration.protocol: {registration_protocol} -> {protocol}")
|
|
80
80
|
else:
|
|
81
|
-
#
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
81
|
+
# NO FALLBACK! Protocol must be explicitly specified
|
|
82
|
+
raise ValueError(
|
|
83
|
+
"registration.protocol is required in configuration. "
|
|
84
|
+
"Please specify protocol explicitly in proxy_registration section. "
|
|
85
|
+
"NO FALLBACK to server.protocol is allowed!"
|
|
86
|
+
)
|
|
86
87
|
|
|
87
88
|
# Determine host
|
|
88
89
|
if not public_host:
|
|
@@ -23,11 +23,12 @@ try:
|
|
|
23
23
|
from mcp_security_framework.schemas.config import SecurityConfig
|
|
24
24
|
|
|
25
25
|
SECURITY_FRAMEWORK_AVAILABLE = True
|
|
26
|
-
except ImportError:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
except ImportError as e:
|
|
27
|
+
# NO FALLBACK! mcp_security_framework is REQUIRED
|
|
28
|
+
raise RuntimeError(
|
|
29
|
+
f"CRITICAL: mcp_security_framework is required but not available: {e}. "
|
|
30
|
+
"Install it with: pip install mcp_security_framework>=1.2.8"
|
|
31
|
+
) from e
|
|
31
32
|
|
|
32
33
|
from mcp_proxy_adapter.core.logging import get_global_logger
|
|
33
34
|
from mcp_proxy_adapter.core.security_integration import create_security_integration
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/client_security.py
RENAMED
|
@@ -31,11 +31,12 @@ try:
|
|
|
31
31
|
from mcp_security_framework.schemas.models import AuthResult, ValidationResult
|
|
32
32
|
|
|
33
33
|
SECURITY_FRAMEWORK_AVAILABLE = True
|
|
34
|
-
except ImportError:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
34
|
+
except ImportError as e:
|
|
35
|
+
# NO FALLBACK! mcp_security_framework is REQUIRED
|
|
36
|
+
raise RuntimeError(
|
|
37
|
+
f"CRITICAL: mcp_security_framework is required but not available: {e}. "
|
|
38
|
+
"Install it with: pip install mcp_security_framework>=1.2.8"
|
|
39
|
+
) from e
|
|
39
40
|
AuthResult = None
|
|
40
41
|
ValidationResult = None
|
|
41
42
|
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/proxy_registration.py
RENAMED
|
@@ -94,11 +94,12 @@ class ProxyRegistrationManager:
|
|
|
94
94
|
"Please specify a server_id or proxy_info.name in your configuration."
|
|
95
95
|
)
|
|
96
96
|
# UUID is mandatory for registration payload
|
|
97
|
-
|
|
97
|
+
# Try to get UUID from proxy_registration section first, then from root config
|
|
98
|
+
self.uuid = self.registration_config.get("uuid") or self.config.get("uuid")
|
|
98
99
|
if not self.uuid:
|
|
99
100
|
raise ValueError(
|
|
100
101
|
"uuid is required in registration configuration. "
|
|
101
|
-
"Please specify a UUID under 'proxy_registration.uuid' in your configuration."
|
|
102
|
+
"Please specify a UUID under 'proxy_registration.uuid' or at root level in your configuration."
|
|
102
103
|
)
|
|
103
104
|
|
|
104
105
|
# Validate UUID4 format
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/security_adapter.py
RENAMED
|
@@ -22,15 +22,12 @@ try:
|
|
|
22
22
|
|
|
23
23
|
# Note: SecurityRequest and SecurityResult are not available in current version
|
|
24
24
|
SECURITY_FRAMEWORK_AVAILABLE = True
|
|
25
|
-
except ImportError:
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
SSLConfig = None
|
|
32
|
-
PermissionConfig = None
|
|
33
|
-
RateLimitConfig = None
|
|
25
|
+
except ImportError as e:
|
|
26
|
+
# NO FALLBACK! mcp_security_framework is REQUIRED
|
|
27
|
+
raise RuntimeError(
|
|
28
|
+
f"CRITICAL: mcp_security_framework is required but not available: {e}. "
|
|
29
|
+
"Install it with: pip install mcp_security_framework>=1.2.8"
|
|
30
|
+
) from e
|
|
34
31
|
|
|
35
32
|
from mcp_proxy_adapter.core.logging import get_global_logger
|
|
36
33
|
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/security_integration.py
RENAMED
|
@@ -38,15 +38,12 @@ try:
|
|
|
38
38
|
)
|
|
39
39
|
|
|
40
40
|
SECURITY_FRAMEWORK_AVAILABLE = True
|
|
41
|
-
except ImportError:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
PermissionManager = None
|
|
48
|
-
RateLimiter = None
|
|
49
|
-
FastAPISecurityMiddleware = None
|
|
41
|
+
except ImportError as e:
|
|
42
|
+
# NO FALLBACK! mcp_security_framework is REQUIRED
|
|
43
|
+
raise RuntimeError(
|
|
44
|
+
f"CRITICAL: mcp_security_framework is required but not available: {e}. "
|
|
45
|
+
"Install it with: pip install mcp_security_framework>=1.2.8"
|
|
46
|
+
) from e
|
|
50
47
|
|
|
51
48
|
from mcp_proxy_adapter.core.logging import get_global_logger
|
|
52
49
|
|
|
@@ -25,13 +25,12 @@ try:
|
|
|
25
25
|
)
|
|
26
26
|
|
|
27
27
|
SECURITY_FRAMEWORK_AVAILABLE = True
|
|
28
|
-
except ImportError:
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
RateLimitConfig = None
|
|
28
|
+
except ImportError as e:
|
|
29
|
+
# NO FALLBACK! mcp_security_framework is REQUIRED
|
|
30
|
+
raise RuntimeError(
|
|
31
|
+
f"CRITICAL: mcp_security_framework is required but not available: {e}. "
|
|
32
|
+
"Install it with: pip install mcp_security_framework>=1.2.8"
|
|
33
|
+
) from e
|
|
35
34
|
|
|
36
35
|
from mcp_proxy_adapter.core.logging import get_global_logger
|
|
37
36
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcp-proxy-adapter
|
|
3
|
-
Version: 6.9.
|
|
3
|
+
Version: 6.9.27
|
|
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
|
|
@@ -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.27"
|
|
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.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/__init__.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/middleware/factory.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/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
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/api/tool_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/builtin_commands.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/catalog_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/command_registry.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/config_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/echo_command.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/health_command.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/help_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/load_command.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/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.25 → mcp_proxy_adapter-6.9.27}/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.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/security_command.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/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.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/commands/unload_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/auth_validator.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/certificate_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/client_manager.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/config_converter.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/config_validator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/mtls_asgi_app.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/protocol_manager.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/proxy_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/security_factory.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/server_adapter.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/server_engine.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/signal_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/core/transport_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/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.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/check_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/config_builder.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/config_cli.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/debug_role_chain.py
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/generate_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/run_example.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/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.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/test_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/test_examples.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/test_mcp_server.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/examples/universal_client.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.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/schemas/base_schema.json
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/schemas/openapi_schema.json
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter/schemas/roles_schema.json
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/mcp_proxy_adapter.egg-info/requires.txt
RENAMED
|
File without changes
|
{mcp_proxy_adapter-6.9.25 → mcp_proxy_adapter-6.9.27}/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.25 → mcp_proxy_adapter-6.9.27}/tests/test_config_validation_isolated.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|