LICENSE
MANIFEST.in
README.md
code_index.yaml
pyproject.toml
requirements.txt
setup.py
docs/RU/FAQ_HOWTO.md
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/testing_utils.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/examples/analyze_config.py
mcp_proxy_adapter/examples/basic_integration.py
mcp_proxy_adapter/examples/docstring_and_schema_example.py
mcp_proxy_adapter/examples/extension_example.py
mcp_proxy_adapter/examples/help_best_practices.py
mcp_proxy_adapter/examples/help_usage.py
mcp_proxy_adapter/examples/mcp_proxy_client.py
mcp_proxy_adapter/examples/openapi_server.py
mcp_proxy_adapter/examples/project_structure_example.py
mcp_proxy_adapter/examples/testing_example.py
mcp_proxy_adapter/validators/__init__.py
mcp_proxy_adapter/validators/docstring_validator.py
mcp_proxy_adapter/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_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