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/docstring_and_schema_example.py
examples/extension_example.py
examples/help_best_practices.py
examples/help_usage.py
examples/mcp_proxy_client.py
examples/mcp_proxy_config.json
examples/openapi_server.py
examples/project_structure_example.py
examples/testing_example.py
mcp_proxy_adapter/__init__.py
mcp_proxy_adapter/adapter.py
mcp_proxy_adapter/models.py
mcp_proxy_adapter/registry.py
mcp_proxy_adapter/schema.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/analyzers/__init__.py
mcp_proxy_adapter/analyzers/docstring_analyzer.py
mcp_proxy_adapter/analyzers/type_analyzer.py
mcp_proxy_adapter/dispatchers/__init__.py
mcp_proxy_adapter/dispatchers/base_dispatcher.py
mcp_proxy_adapter/dispatchers/json_rpc_dispatcher.py
mcp_proxy_adapter/validators/docstring_validator.py
mcp_proxy_adapter/validators/metadata_validator.py
scripts/publish.py
scripts/code_analyzer/code_analyzer.py
scripts/code_analyzer/register_commands.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_examples.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