LICENSE
MANIFEST.in
README.md
code_index.yaml
pyproject.toml
requirements.txt
setup.py
docs/README.md
docs/README_ru.md
docs/architecture.md
docs/architecture_ru.md
docs/command_development.md
docs/command_development_ru.md
docs/deployment.md
docs/deployment_ru.md
docs/examples.md
docs/examples_ru.md
docs/mcp_proxy_adapter.md
docs/mcp_proxy_adapter_ru.md
docs/quickstart.md
docs/quickstart_ru.md
docs/testing.md
docs/testing_ru.md
docs/validation_ru.md
examples/analyze_config.py
examples/basic_integration.py
examples/mcp_proxy_client.py
examples/mcp_proxy_config.json
examples/openapi_server.py
src/__init__.py
src/adapter.py
src/models.py
src/registry.py
src/schema.py
src/adapters/__init__.py
src/analyzers/__init__.py
src/analyzers/docstring_analyzer.py
src/analyzers/type_analyzer.py
src/cli/__init__.py
src/cli/__main__.py
src/cli/command_runner.py
src/dispatchers/__init__.py
src/dispatchers/base_dispatcher.py
src/dispatchers/json_rpc_dispatcher.py
src/generators/__init__.py
src/generators/endpoint_generator.py
src/generators/openapi_generator.py
src/generators/rest_api_generator.py
src/mcp_proxy_adapter.egg-info/PKG-INFO
src/mcp_proxy_adapter.egg-info/SOURCES.txt
src/mcp_proxy_adapter.egg-info/dependency_links.txt
src/mcp_proxy_adapter.egg-info/requires.txt
src/mcp_proxy_adapter.egg-info/top_level.txt
src/openapi_schema/__init__.py
src/openapi_schema/command_registry.py
src/openapi_schema/rest_schema.py
src/openapi_schema/rpc_generator.py
src/openapi_schema/rpc_schema.py
src/validators/__init__.py
src/validators/base_validator.py
src/validators/docstring_validator.py
src/validators/metadata_validator.py
tests/conftest.py
tests/test_adapter.py
tests/test_adapter_coverage.py
tests/test_basic_dispatcher.py
tests/test_command_registry.py
tests/test_mcp_proxy_adapter.py
tests/test_mcp_proxy_adapter_basic.py
tests/test_part1.py
tests/test_part2.py
tests/test_schema.py
tests/test_simple_adapter.py