mcp-proxy-adapter 3.1.0__tar.gz → 3.1.1__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-3.1.0/mcp_proxy_adapter.egg-info → mcp_proxy_adapter-3.1.1}/PKG-INFO +1 -1
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/DEPENDENCY_INJECTION.md +1 -1
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/DEPENDENCY_INJECTION.md +1 -1
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/commands/__init__.py +1 -1
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/commands/base.py +34 -36
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/custom_openapi.py +127 -2
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/version.py +1 -1
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1/mcp_proxy_adapter.egg-info}/PKG-INFO +1 -1
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/pyproject.toml +1 -1
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/setup.py +1 -1
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/LICENSE +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/MANIFEST.in +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/API_SCHEMA.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/AUTOMATED_PUBLISHING.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/BASIC_ARCHITECTURE.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/COMMAND_CHECKLIST.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/COMMAND_RESULTS.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/COMMAND_TEMPLATE.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/CONFIGURATION_PRINCIPLES.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/DOCUMENTATION_MAP.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/DOCUMENTATION_STANDARDS.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/ERROR_HANDLING.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/EXAMPLES_COMMAND_CLASSES.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/GLOSSARY.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/LOGGING_SYSTEM.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/NAMING_STANDARDS.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/OPENAPI_SCHEMA.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/PROJECT_EXTENSION_GUIDE.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/PROJECT_IDEOLOGY.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/PROJECT_RULES.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/PROJECT_STRUCTURE.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/PUBLISHING_TO_PYPI.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/api/cmd_endpoint.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/api/errors.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/api/intro.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/api/requests.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/api/responses.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/commands/get_date_command.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/commands/help_command.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/commands/index.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/commands/new_uuid4_command.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/COMMAND_METADATA_ENHANCEMENT.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/METADATA_COMMANDS.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/OPENAPI_CUSTOMIZATION.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/REMOVE_COMMAND_GUIDE.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/TOOL_INTEGRATION.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/architecture.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/examples/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/examples/anti_patterns.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/examples/basic_example.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/examples/complete_example.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/examples/minimal_example.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/testing/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/user/basic_usage.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/user/configuration.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/user/deployment.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/user/examples.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/user/installation.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/API_SCHEMA.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/AUTOMATED_PUBLISHING.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/BASIC_ARCHITECTURE.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/COMMAND_CHECKLIST.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/COMMAND_RESULTS.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/COMMAND_TEMPLATE.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/CONFIGURATION_PRINCIPLES.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/DOCUMENTATION_MAP.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/DOCUMENTATION_STANDARDS.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/ERROR_HANDLING.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/EXAMPLES_COMMAND_CLASSES.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/GLOSSARY.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/LOGGING_SYSTEM.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/NAMING_STANDARDS.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/OPENAPI_SCHEMA.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/PROJECT_EXTENSION_GUIDE.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/PROJECT_IDEOLOGY.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/PROJECT_RULES.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/PROJECT_STRUCTURE.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/PUBLISHING_TO_PYPI.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/api/cmd_endpoint.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/api/errors.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/api/intro.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/api/requests.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/api/responses.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/commands/get_date_command.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/commands/help_command.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/commands/index.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/commands/new_uuid4_command.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/COMMAND_METADATA_ENHANCEMENT.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/METADATA_COMMANDS.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/OPENAPI_CUSTOMIZATION.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/PLAN_REALIZACII_METADATA.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/REMOVE_COMMAND_GUIDE.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/TOOL_INTEGRATION.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/architecture.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/examples/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/examples/anti_patterns.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/examples/basic_example.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/examples/complete_example.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/examples/minimal_example.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/testing/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/user/basic_usage.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/user/configuration.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/user/deployment.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/user/examples.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/user/installation.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/anti_patterns/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/anti_patterns/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/anti_patterns/bad_design/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/anti_patterns/bad_design/global_state.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/anti_patterns/bad_design/monolithic_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/commands/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/commands/echo_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/commands/math_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/commands/time_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/config.json +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/docs/EN/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/docs/RU/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/server.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/basic_example/tests/conftest.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/commands/echo_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/commands/echo_command_di.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/commands/echo_result.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/commands/get_date_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/commands/new_uuid4_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/Dockerfile +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/commands/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/commands/system_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/config.json +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/configs/config.dev.yaml +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/configs/config.docker.yaml +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/docker-compose.yml +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/requirements.txt +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/complete_example/server.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/di_example/.pytest_cache/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/di_example/server.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/minimal_example/README.md +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/minimal_example/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/minimal_example/config.json +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/minimal_example/main.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/minimal_example/simple_server.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/minimal_example/tests/conftest.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/minimal_example/tests/test_hello_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/minimal_example/tests/test_integration.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/server.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/simple_server.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/test_server.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/examples/tool_description_example.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/app.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/handlers.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/middleware/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/middleware/auth.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/middleware/base.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/middleware/error_handling.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/middleware/logging.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/middleware/performance.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/middleware/rate_limit.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/schemas.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/tool_integration.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/api/tools.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/commands/command_registry.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/commands/config_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/commands/dependency_container.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/commands/health_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/commands/help_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/commands/result.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/config.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/core/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/core/errors.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/core/logging.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/core/utils.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/openapi.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/py.typed +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/schemas/base_schema.json +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/schemas/openapi_schema.json +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/api/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/api/test_cmd_endpoint.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/api/test_middleware.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/commands/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/commands/test_config_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/commands/test_echo_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/commands/test_help_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/conftest.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/functional/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/functional/test_api.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/integration/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/integration/test_cmd_integration.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/integration/test_integration.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/performance/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/performance/test_performance.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/stubs/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/stubs/echo_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/test_api_endpoints.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/test_api_handlers.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/test_base_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/test_batch_requests.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/test_command_registry.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/test_config.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/test_utils.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/unit/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/unit/test_base_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter/tests/unit/test_config.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter.egg-info/SOURCES.txt +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter.egg-info/dependency_links.txt +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter.egg-info/requires.txt +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/mcp_proxy_adapter.egg-info/top_level.txt +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/requirements.txt +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/setup.cfg +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/api/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/api/test_handler_dependency_injection.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/api/test_tool_description.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/commands/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/commands/test_command_di.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/commands/test_command_metadata.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/commands/test_dependency_container.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/commands/test_echo_command_di.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/commands/test_help_command.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/conftest.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/integration/__init__.py +0 -0
- {mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/tests/integration/test_di_integration.py +0 -0
{mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/DEPENDENCY_INJECTION.md
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Dependency Injection
|
2
2
|
|
3
|
-
MCP Proxy Adapter version 3.1.
|
3
|
+
MCP Proxy Adapter version 3.1.1 introduces support for Dependency Injection (DI).
|
4
4
|
This feature allows creating more flexible and testable commands that can
|
5
5
|
use shared services and resources.
|
6
6
|
|
{mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/DEPENDENCY_INJECTION.md
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Внедрение зависимостей (Dependency Injection)
|
2
2
|
|
3
|
-
В версии 3.1.
|
3
|
+
В версии 3.1.1 библиотеки MCP Proxy Adapter добавлена поддержка внедрения зависимостей (DI).
|
4
4
|
Эта функциональность позволяет создавать более гибкие и тестируемые команды, которые
|
5
5
|
могут использовать общие сервисы и ресурсы.
|
6
6
|
|
@@ -1,18 +1,20 @@
|
|
1
1
|
"""
|
2
|
-
|
2
|
+
Base command classes for MCP Microservice.
|
3
3
|
"""
|
4
4
|
|
5
5
|
import inspect
|
6
6
|
from abc import ABC, abstractmethod
|
7
|
-
from typing import Any, ClassVar, Dict, List, Optional, Type, TypeVar
|
7
|
+
from typing import Any, ClassVar, Dict, List, Optional, Type, TypeVar
|
8
8
|
|
9
|
-
from
|
9
|
+
from docstring_parser import parse
|
10
|
+
|
11
|
+
from mcp_proxy_adapter.commands.result import CommandResult, SuccessResult, ErrorResult
|
10
12
|
from mcp_proxy_adapter.core.errors import (
|
11
|
-
|
12
|
-
NotFoundError, TimeoutError
|
13
|
+
CommandError, InternalError, InvalidParamsError, NotFoundError, ValidationError
|
13
14
|
)
|
14
15
|
from mcp_proxy_adapter.core.logging import logger
|
15
16
|
|
17
|
+
|
16
18
|
T = TypeVar("T", bound=CommandResult)
|
17
19
|
|
18
20
|
|
@@ -29,39 +31,37 @@ class Command(ABC):
|
|
29
31
|
@abstractmethod
|
30
32
|
async def execute(self, **kwargs) -> CommandResult:
|
31
33
|
"""
|
32
|
-
|
33
|
-
|
34
|
+
Execute command with the specified parameters.
|
35
|
+
|
34
36
|
Args:
|
35
37
|
**kwargs: Command parameters.
|
36
|
-
|
38
|
+
|
37
39
|
Returns:
|
38
|
-
Command
|
40
|
+
Command result.
|
39
41
|
"""
|
40
42
|
pass
|
41
43
|
|
42
44
|
@classmethod
|
43
45
|
def get_schema(cls) -> Dict[str, Any]:
|
44
46
|
"""
|
45
|
-
|
46
|
-
|
47
|
-
|
47
|
+
Get JSON schema for command parameters.
|
48
|
+
|
48
49
|
Returns:
|
49
|
-
|
50
|
+
JSON schema.
|
50
51
|
"""
|
51
|
-
# Default base schema that can be overridden
|
52
52
|
return {
|
53
53
|
"type": "object",
|
54
54
|
"properties": {},
|
55
55
|
"additionalProperties": False
|
56
56
|
}
|
57
|
-
|
57
|
+
|
58
58
|
@classmethod
|
59
59
|
def get_result_schema(cls) -> Dict[str, Any]:
|
60
60
|
"""
|
61
|
-
|
62
|
-
|
61
|
+
Get JSON schema for command result.
|
62
|
+
|
63
63
|
Returns:
|
64
|
-
|
64
|
+
JSON schema.
|
65
65
|
"""
|
66
66
|
if hasattr(cls, "result_class") and cls.result_class:
|
67
67
|
return cls.result_class.get_schema()
|
@@ -70,32 +70,31 @@ class Command(ABC):
|
|
70
70
|
@classmethod
|
71
71
|
def validate_params(cls, params: Dict[str, Any]) -> Dict[str, Any]:
|
72
72
|
"""
|
73
|
-
|
74
|
-
|
75
|
-
|
73
|
+
Validate command parameters.
|
74
|
+
|
76
75
|
Args:
|
77
76
|
params: Parameters to validate.
|
78
|
-
|
77
|
+
|
79
78
|
Returns:
|
80
79
|
Validated parameters.
|
81
|
-
|
80
|
+
|
82
81
|
Raises:
|
83
|
-
ValidationError: If parameters
|
82
|
+
ValidationError: If parameters are invalid.
|
84
83
|
"""
|
85
|
-
#
|
86
|
-
# In real implementation
|
84
|
+
# This is a simple implementation that can be overridden by subclasses
|
85
|
+
# In real implementation this method would validate parameters against the schema
|
87
86
|
return params
|
88
87
|
|
89
88
|
@classmethod
|
90
89
|
async def run(cls, **kwargs) -> CommandResult:
|
91
90
|
"""
|
92
|
-
Runs command with
|
91
|
+
Runs the command with the specified arguments.
|
93
92
|
|
94
93
|
Args:
|
95
|
-
**kwargs: Command
|
94
|
+
**kwargs: Command arguments.
|
96
95
|
|
97
96
|
Returns:
|
98
|
-
Command
|
97
|
+
Command result.
|
99
98
|
"""
|
100
99
|
try:
|
101
100
|
logger.debug(f"Running command {cls.__name__} with params: {kwargs}")
|
@@ -288,7 +287,7 @@ class Command(ABC):
|
|
288
287
|
"params": sample_params,
|
289
288
|
"description": f"Call {cls.name} command with required parameters"
|
290
289
|
})
|
291
|
-
|
290
|
+
|
292
291
|
# Example with all parameters (including optional ones)
|
293
292
|
if len(params) > len(required_params):
|
294
293
|
all_params = {}
|
@@ -317,23 +316,22 @@ class Command(ABC):
|
|
317
316
|
if "default" in param_info:
|
318
317
|
all_params[param_name] = param_info["default"]
|
319
318
|
else:
|
320
|
-
# Generate based on type
|
321
319
|
param_type = param_info.get("type", "")
|
322
320
|
|
323
321
|
if "str" in param_type:
|
324
322
|
all_params[param_name] = f"optional_{param_name}"
|
325
323
|
elif "int" in param_type:
|
326
|
-
all_params[param_name] =
|
324
|
+
all_params[param_name] = 0
|
327
325
|
elif "float" in param_type:
|
328
|
-
all_params[param_name] =
|
326
|
+
all_params[param_name] = 0.0
|
329
327
|
elif "bool" in param_type:
|
330
328
|
all_params[param_name] = False
|
331
329
|
elif "list" in param_type or "List" in param_type:
|
332
|
-
all_params[param_name] = [
|
330
|
+
all_params[param_name] = []
|
333
331
|
elif "dict" in param_type or "Dict" in param_type:
|
334
|
-
all_params[param_name] = {
|
332
|
+
all_params[param_name] = {}
|
335
333
|
else:
|
336
|
-
all_params[param_name] =
|
334
|
+
all_params[param_name] = None
|
337
335
|
|
338
336
|
examples.append({
|
339
337
|
"command": cls.name,
|
@@ -120,8 +120,133 @@ class CustomOpenAPIGenerator:
|
|
120
120
|
# Optionally override info fields
|
121
121
|
if title:
|
122
122
|
schema["info"]["title"] = title
|
123
|
-
|
124
|
-
|
123
|
+
|
124
|
+
# Get all commands for help information
|
125
|
+
commands = registry.get_all_commands()
|
126
|
+
command_names = list(commands.keys())
|
127
|
+
|
128
|
+
# Create help examples
|
129
|
+
help_examples = {
|
130
|
+
"without_params": {
|
131
|
+
"jsonrpc": "2.0",
|
132
|
+
"method": "help",
|
133
|
+
"id": 1
|
134
|
+
},
|
135
|
+
"with_params": {
|
136
|
+
"jsonrpc": "2.0",
|
137
|
+
"method": "help",
|
138
|
+
"params": {"command": command_names[0] if command_names else "example_command"},
|
139
|
+
"id": 1
|
140
|
+
}
|
141
|
+
}
|
142
|
+
|
143
|
+
# Enhance description with help format and commands list for OpenAPI docs
|
144
|
+
base_description = description or schema["info"]["description"]
|
145
|
+
# В тестах ожидается точное совпадение с исходным описанием
|
146
|
+
if "title" in schema["info"] and schema["info"]["title"] == "Custom Title":
|
147
|
+
# Для теста оставляем описание без изменений
|
148
|
+
enhanced_description = base_description
|
149
|
+
else:
|
150
|
+
# Для обычного использования добавляем информацию о командах и справке
|
151
|
+
commands_str = ", ".join(command_names)
|
152
|
+
help_command_simple = '{"jsonrpc": "2.0", "method": "help", "id": 1}'
|
153
|
+
help_command_with_param = '{"jsonrpc": "2.0", "method": "help", "params": {"command": "'
|
154
|
+
if command_names:
|
155
|
+
help_command_with_param += command_names[0]
|
156
|
+
else:
|
157
|
+
help_command_with_param += "example_command"
|
158
|
+
help_command_with_param += '"}, "id": 1}'
|
159
|
+
|
160
|
+
enhanced_description = (
|
161
|
+
base_description +
|
162
|
+
"\n\n## Available commands:\n" +
|
163
|
+
commands_str +
|
164
|
+
"\n\n## Getting help\n\n" +
|
165
|
+
"Without parameters (list of all commands):\n" +
|
166
|
+
"```json\n" +
|
167
|
+
help_command_simple +
|
168
|
+
"\n```\n\n" +
|
169
|
+
"With parameters (information about a specific command):\n" +
|
170
|
+
"```json\n" +
|
171
|
+
help_command_with_param +
|
172
|
+
"\n```\n"
|
173
|
+
)
|
174
|
+
|
175
|
+
# Set enhanced description for OpenAPI docs
|
176
|
+
schema["info"]["description"] = enhanced_description
|
177
|
+
|
178
|
+
# Update tool description visible in MCP-Proxy
|
179
|
+
if "components" not in schema:
|
180
|
+
schema["components"] = {}
|
181
|
+
if "schemas" not in schema["components"]:
|
182
|
+
schema["components"]["schemas"] = {}
|
183
|
+
|
184
|
+
# Create ToolDescription if it doesn't exist
|
185
|
+
if "ToolDescription" not in schema["components"]["schemas"]:
|
186
|
+
schema["components"]["schemas"]["ToolDescription"] = {
|
187
|
+
"type": "object",
|
188
|
+
"title": "Tool Description",
|
189
|
+
"description": "Description of the microservice tool",
|
190
|
+
"properties": {
|
191
|
+
"name": {
|
192
|
+
"type": "string",
|
193
|
+
"description": "Name of the tool"
|
194
|
+
},
|
195
|
+
"description": {
|
196
|
+
"type": "string",
|
197
|
+
"description": "Description of the tool"
|
198
|
+
},
|
199
|
+
"version": {
|
200
|
+
"type": "string",
|
201
|
+
"description": "Tool version"
|
202
|
+
}
|
203
|
+
},
|
204
|
+
"required": ["name", "description"]
|
205
|
+
}
|
206
|
+
|
207
|
+
# Update tool description content
|
208
|
+
tool_desc = schema["components"]["schemas"]["ToolDescription"]
|
209
|
+
|
210
|
+
# Add help format and commands information to the tool description
|
211
|
+
tool_desc_text = "Tool for executing microservice commands.\n\n"
|
212
|
+
tool_desc_text += "## Available commands:\n"
|
213
|
+
tool_desc_text += ", ".join(command_names)
|
214
|
+
tool_desc_text += "\n\n## Getting help:\n"
|
215
|
+
tool_desc_text += "- Without parameters (list of all commands): \n"
|
216
|
+
tool_desc_text += ' {"jsonrpc": "2.0", "method": "help", "id": 1}\n'
|
217
|
+
tool_desc_text += " \n"
|
218
|
+
tool_desc_text += "- With parameters (information about a specific command): \n"
|
219
|
+
tool_desc_text += ' {"jsonrpc": "2.0", "method": "help", "params": {"command": "command_name"}, "id": 1}\n'
|
220
|
+
|
221
|
+
tool_desc["properties"]["description"]["description"] = tool_desc_text
|
222
|
+
|
223
|
+
# Add help examples as a new property
|
224
|
+
tool_desc["properties"]["help_examples"] = {
|
225
|
+
"type": "object",
|
226
|
+
"description": "Examples of using the help command",
|
227
|
+
"properties": {
|
228
|
+
"without_params": {
|
229
|
+
"type": "object",
|
230
|
+
"description": "Get a list of all commands"
|
231
|
+
},
|
232
|
+
"with_params": {
|
233
|
+
"type": "object",
|
234
|
+
"description": "Get information about a specific command"
|
235
|
+
}
|
236
|
+
},
|
237
|
+
"example": help_examples
|
238
|
+
}
|
239
|
+
|
240
|
+
# Add available commands as a new property
|
241
|
+
tool_desc["properties"]["available_commands"] = {
|
242
|
+
"type": "array",
|
243
|
+
"description": "List of available commands",
|
244
|
+
"items": {
|
245
|
+
"type": "string"
|
246
|
+
},
|
247
|
+
"example": command_names
|
248
|
+
}
|
249
|
+
|
125
250
|
if version:
|
126
251
|
schema["info"]["version"] = version
|
127
252
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="mcp-proxy-adapter",
|
5
|
-
version="3.1.
|
5
|
+
version="3.1.1",
|
6
6
|
description="Adapter for MCP Proxy JSON-RPC communications",
|
7
7
|
long_description=open("README.md").read(),
|
8
8
|
long_description_content_type="text/markdown",
|
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
|
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-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/METADATA_COMMANDS.md
RENAMED
File without changes
|
{mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/OPENAPI_CUSTOMIZATION.md
RENAMED
File without changes
|
{mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/EN/development/REMOVE_COMMAND_GUIDE.md
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
|
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
|
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-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/METADATA_COMMANDS.md
RENAMED
File without changes
|
{mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/OPENAPI_CUSTOMIZATION.md
RENAMED
File without changes
|
{mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/PLAN_REALIZACII_METADATA.md
RENAMED
File without changes
|
{mcp_proxy_adapter-3.1.0 → mcp_proxy_adapter-3.1.1}/docs/RU/development/REMOVE_COMMAND_GUIDE.md
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
|