LICENSE
README.md
pyproject.toml
src/openmcp/__init__.py
src/openmcp/cli.py
src/openmcp/client.py
src/openmcp.egg-info/PKG-INFO
src/openmcp.egg-info/SOURCES.txt
src/openmcp.egg-info/dependency_links.txt
src/openmcp.egg-info/entry_points.txt
src/openmcp.egg-info/requires.txt
src/openmcp.egg-info/top_level.txt
src/openmcp/api/__init__.py
src/openmcp/api/mcp_server.py
src/openmcp/api/models.py
src/openmcp/api/routes.py
src/openmcp/core/__init__.py
src/openmcp/core/auth.py
src/openmcp/core/config.py
src/openmcp/core/mcp_registry.py
src/openmcp/core/server.py
src/openmcp/services/__init__.py
src/openmcp/services/base.py
src/openmcp/services/browseruse_service.py
src/openmcp/services/web_crawler_service.py
src/openmcp/services/web_search_service.py
src/openmcp/utils/__init__.py
src/openmcp/utils/logging.py
tests/test_auth.py
tests/test_basic.py
tests/test_browseruse_service.py
tests/test_config.py
tests/test_mcp_registry.py
tests/test_simple_client.py