LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
docs/EN/API_SCHEMA.md
docs/EN/AUTOMATED_PUBLISHING.md
docs/EN/BASIC_ARCHITECTURE.md
docs/EN/COMMAND_CHECKLIST.md
docs/EN/COMMAND_RESULTS.md
docs/EN/COMMAND_TEMPLATE.md
docs/EN/CONFIGURATION_PRINCIPLES.md
docs/EN/DOCUMENTATION_MAP.md
docs/EN/DOCUMENTATION_STANDARDS.md
docs/EN/ERROR_HANDLING.md
docs/EN/EXAMPLES_COMMAND_CLASSES.md
docs/EN/GLOSSARY.md
docs/EN/LOGGING_SYSTEM.md
docs/EN/NAMING_STANDARDS.md
docs/EN/OPENAPI_SCHEMA.md
docs/EN/PROJECT_EXTENSION_GUIDE.md
docs/EN/PROJECT_IDEOLOGY.md
docs/EN/PROJECT_RULES.md
docs/EN/PROJECT_STRUCTURE.md
docs/EN/PUBLISHING_TO_PYPI.md
docs/EN/README.md
docs/EN/api/cmd_endpoint.md
docs/EN/api/errors.md
docs/EN/api/intro.md
docs/EN/api/requests.md
docs/EN/api/responses.md
docs/EN/commands/get_date_command.md
docs/EN/commands/help_command.md
docs/EN/commands/index.md
docs/EN/commands/new_uuid4_command.md
docs/EN/commands/reload_settings_command.md
docs/EN/commands/settings_command.md
docs/EN/development/COMMAND_METADATA_ENHANCEMENT.md
docs/EN/development/DEPENDENCY_INJECTION.md
docs/EN/development/HOOK_SYSTEM.md
docs/EN/development/METADATA_COMMANDS.md
docs/EN/development/OPENAPI_CUSTOMIZATION.md
docs/EN/development/REMOVE_COMMAND_GUIDE.md
docs/EN/development/TOOL_INTEGRATION.md
docs/EN/development/architecture.md
docs/EN/development/command_auto_discovery.md
docs/EN/development/settings_management.md
docs/EN/examples/README.md
docs/EN/examples/anti_patterns.md
docs/EN/examples/basic_example.md
docs/EN/examples/complete_example.md
docs/EN/examples/minimal_example.md
docs/EN/testing/README.md
docs/EN/user/basic_usage.md
docs/EN/user/configuration.md
docs/EN/user/deployment.md
docs/EN/user/examples.md
docs/EN/user/installation.md
docs/RU/API_SCHEMA.md
docs/RU/AUTOMATED_PUBLISHING.md
docs/RU/BASIC_ARCHITECTURE.md
docs/RU/COMMAND_CHECKLIST.md
docs/RU/COMMAND_RESULTS.md
docs/RU/COMMAND_TEMPLATE.md
docs/RU/CONFIGURATION_PRINCIPLES.md
docs/RU/DOCUMENTATION_MAP.md
docs/RU/DOCUMENTATION_STANDARDS.md
docs/RU/ERROR_HANDLING.md
docs/RU/EXAMPLES_COMMAND_CLASSES.md
docs/RU/GLOSSARY.md
docs/RU/LOGGING_SYSTEM.md
docs/RU/NAMING_STANDARDS.md
docs/RU/OPENAPI_SCHEMA.md
docs/RU/PROJECT_EXTENSION_GUIDE.md
docs/RU/PROJECT_IDEOLOGY.md
docs/RU/PROJECT_RULES.md
docs/RU/PROJECT_STRUCTURE.md
docs/RU/PUBLISHING_TO_PYPI.md
docs/RU/README.md
docs/RU/api/cmd_endpoint.md
docs/RU/api/errors.md
docs/RU/api/intro.md
docs/RU/api/requests.md
docs/RU/api/responses.md
docs/RU/commands/get_date_command.md
docs/RU/commands/help_command.md
docs/RU/commands/index.md
docs/RU/commands/new_uuid4_command.md
docs/RU/commands/reload_settings_command.md
docs/RU/commands/settings_command.md
docs/RU/development/COMMAND_METADATA_ENHANCEMENT.md
docs/RU/development/DEPENDENCY_INJECTION.md
docs/RU/development/HOOK_SYSTEM.md
docs/RU/development/METADATA_COMMANDS.md
docs/RU/development/OPENAPI_CUSTOMIZATION.md
docs/RU/development/PLAN_REALIZACII_METADATA.md
docs/RU/development/REMOVE_COMMAND_GUIDE.md
docs/RU/development/TOOL_INTEGRATION.md
docs/RU/development/architecture.md
docs/RU/development/command_auto_discovery.md
docs/RU/development/settings_management.md
docs/RU/examples/README.md
docs/RU/examples/anti_patterns.md
docs/RU/examples/basic_example.md
docs/RU/examples/complete_example.md
docs/RU/examples/minimal_example.md
docs/RU/testing/README.md
docs/RU/user/basic_usage.md
docs/RU/user/configuration.md
docs/RU/user/deployment.md
docs/RU/user/examples.md
docs/RU/user/installation.md
examples/custom_project_example/README.md
examples/custom_project_example/README_EN.md
examples/simple_custom_commands/README.md
examples/simple_custom_commands/README_EN.md
mcp_proxy_adapter/__init__.py
mcp_proxy_adapter/config.py
mcp_proxy_adapter/custom_openapi.py
mcp_proxy_adapter/openapi.py
mcp_proxy_adapter/version.py
mcp_proxy_adapter.egg-info/PKG-INFO
mcp_proxy_adapter.egg-info/SOURCES.txt
mcp_proxy_adapter.egg-info/dependency_links.txt
mcp_proxy_adapter.egg-info/requires.txt
mcp_proxy_adapter.egg-info/top_level.txt
mcp_proxy_adapter/api/__init__.py
mcp_proxy_adapter/api/app.py
mcp_proxy_adapter/api/handlers.py
mcp_proxy_adapter/api/schemas.py
mcp_proxy_adapter/api/tool_integration.py
mcp_proxy_adapter/api/tools.py
mcp_proxy_adapter/api/middleware/__init__.py
mcp_proxy_adapter/api/middleware/auth.py
mcp_proxy_adapter/api/middleware/base.py
mcp_proxy_adapter/api/middleware/error_handling.py
mcp_proxy_adapter/api/middleware/logging.py
mcp_proxy_adapter/api/middleware/performance.py
mcp_proxy_adapter/api/middleware/rate_limit.py
mcp_proxy_adapter/commands/__init__.py
mcp_proxy_adapter/commands/base.py
mcp_proxy_adapter/commands/command_registry.py
mcp_proxy_adapter/commands/config_command.py
mcp_proxy_adapter/commands/dependency_container.py
mcp_proxy_adapter/commands/health_command.py
mcp_proxy_adapter/commands/help_command.py
mcp_proxy_adapter/commands/hooks.py
mcp_proxy_adapter/commands/reload_command.py
mcp_proxy_adapter/commands/reload_settings_command.py
mcp_proxy_adapter/commands/result.py
mcp_proxy_adapter/commands/settings_command.py
mcp_proxy_adapter/core/__init__.py
mcp_proxy_adapter/core/errors.py
mcp_proxy_adapter/core/logging.py
mcp_proxy_adapter/core/settings.py
mcp_proxy_adapter/core/utils.py
mcp_proxy_adapter/examples/README.md
mcp_proxy_adapter/examples/__init__.py
mcp_proxy_adapter/examples/basic_server/README.md
mcp_proxy_adapter/examples/basic_server/__init__.py
mcp_proxy_adapter/examples/basic_server/basic_custom_settings.json
mcp_proxy_adapter/examples/basic_server/config.json
mcp_proxy_adapter/examples/basic_server/custom_settings_example.py
mcp_proxy_adapter/examples/basic_server/server.py
mcp_proxy_adapter/examples/custom_commands/README.md
mcp_proxy_adapter/examples/custom_commands/__init__.py
mcp_proxy_adapter/examples/custom_commands/advanced_hooks.py
mcp_proxy_adapter/examples/custom_commands/config.json
mcp_proxy_adapter/examples/custom_commands/custom_health_command.py
mcp_proxy_adapter/examples/custom_commands/custom_help_command.py
mcp_proxy_adapter/examples/custom_commands/custom_openapi_generator.py
mcp_proxy_adapter/examples/custom_commands/custom_settings.json
mcp_proxy_adapter/examples/custom_commands/custom_settings_manager.py
mcp_proxy_adapter/examples/custom_commands/data_transform_command.py
mcp_proxy_adapter/examples/custom_commands/echo_command.py
mcp_proxy_adapter/examples/custom_commands/hooks.py
mcp_proxy_adapter/examples/custom_commands/intercept_command.py
mcp_proxy_adapter/examples/custom_commands/manual_echo_command.py
mcp_proxy_adapter/examples/custom_commands/server.py
mcp_proxy_adapter/examples/custom_commands/test_hooks.py
mcp_proxy_adapter/examples/custom_commands/auto_commands/__init__.py
mcp_proxy_adapter/examples/custom_commands/auto_commands/auto_echo_command.py
mcp_proxy_adapter/examples/custom_commands/auto_commands/auto_info_command.py
mcp_proxy_adapter/examples/deployment/README.md
mcp_proxy_adapter/examples/deployment/__init__.py
mcp_proxy_adapter/examples/deployment/config.development.json
mcp_proxy_adapter/examples/deployment/config.json
mcp_proxy_adapter/examples/deployment/config.production.json
mcp_proxy_adapter/examples/deployment/config.staging.json
mcp_proxy_adapter/examples/deployment/docker-compose.yml
mcp_proxy_adapter/examples/deployment/run.sh
mcp_proxy_adapter/examples/deployment/run_docker.sh
mcp_proxy_adapter/schemas/base_schema.json
mcp_proxy_adapter/schemas/openapi_schema.json
mcp_proxy_adapter/tests/__init__.py
mcp_proxy_adapter/tests/conftest.py
mcp_proxy_adapter/tests/test_api_endpoints.py
mcp_proxy_adapter/tests/test_api_handlers.py
mcp_proxy_adapter/tests/test_base_command.py
mcp_proxy_adapter/tests/test_batch_requests.py
mcp_proxy_adapter/tests/test_command_registry.py
mcp_proxy_adapter/tests/test_config.py
mcp_proxy_adapter/tests/test_utils.py
mcp_proxy_adapter/tests/api/__init__.py
mcp_proxy_adapter/tests/api/test_cmd_endpoint.py
mcp_proxy_adapter/tests/api/test_custom_openapi.py
mcp_proxy_adapter/tests/api/test_handlers.py
mcp_proxy_adapter/tests/api/test_middleware.py
mcp_proxy_adapter/tests/api/test_schemas.py
mcp_proxy_adapter/tests/api/test_tool_integration.py
mcp_proxy_adapter/tests/commands/__init__.py
mcp_proxy_adapter/tests/commands/test_config_command.py
mcp_proxy_adapter/tests/commands/test_echo_command.py
mcp_proxy_adapter/tests/commands/test_help_command.py
mcp_proxy_adapter/tests/functional/__init__.py
mcp_proxy_adapter/tests/functional/test_api.py
mcp_proxy_adapter/tests/integration/__init__.py
mcp_proxy_adapter/tests/integration/test_cmd_integration.py
mcp_proxy_adapter/tests/integration/test_integration.py
mcp_proxy_adapter/tests/performance/__init__.py
mcp_proxy_adapter/tests/performance/test_performance.py
mcp_proxy_adapter/tests/stubs/__init__.py
mcp_proxy_adapter/tests/stubs/echo_command.py
mcp_proxy_adapter/tests/unit/__init__.py
mcp_proxy_adapter/tests/unit/test_base_command.py
mcp_proxy_adapter/tests/unit/test_config.py
tests/__init__.py
tests/conftest.py
tests/test_custom_openapi_extended.py
tests/api/__init__.py
tests/api/test_app.py
tests/api/test_app_extended.py
tests/api/test_auth.py
tests/api/test_error_handling.py
tests/api/test_handler_dependency_injection.py
tests/api/test_handlers_extended.py
tests/api/test_middleware_base.py
tests/api/test_middleware_logging.py
tests/api/test_middleware_performance.py
tests/api/test_openapi.py
tests/api/test_rate_limit.py
tests/api/test_schemas_extended.py
tests/api/test_schemas_final.py
tests/api/test_tool_description.py
tests/api/test_tool_integration.py
tests/api/test_tools.py
tests/commands/__init__.py
tests/commands/test_base_command_extended.py
tests/commands/test_base_command_final.py
tests/commands/test_command_di.py
tests/commands/test_command_discovery_config.py
tests/commands/test_command_metadata.py
tests/commands/test_command_registry_extended.py
tests/commands/test_config_command_extended.py
tests/commands/test_dependency_container.py
tests/commands/test_echo_command_di.py
tests/commands/test_health_command_extended.py
tests/commands/test_help_command.py
tests/commands/test_hooks.py
tests/commands/test_priority_commands.py
tests/commands/test_reload_commands_extended.py
tests/commands/test_result.py
tests/commands/test_settings_command_extended.py
tests/core/test_config.py
tests/core/test_errors.py
tests/core/test_logging.py
tests/core/test_settings_extended.py
tests/core/test_utils.py
tests/examples/test_advanced_hooks.py
tests/examples/test_auto_echo_command.py
tests/examples/test_auto_info_command.py
tests/examples/test_basic_server.py
tests/examples/test_custom_commands.py
tests/examples/test_custom_commands_hooks.py
tests/examples/test_custom_commands_server.py
tests/examples/test_custom_health_command.py
tests/examples/test_custom_help_command.py
tests/examples/test_custom_openapi_generator.py
tests/examples/test_custom_settings_manager.py
tests/examples/test_data_transform_command.py
tests/examples/test_echo_command.py
tests/examples/test_intercept_command.py
tests/examples/test_manual_echo_command.py
tests/integration/__init__.py
tests/integration/test_di_integration.py