LICENSE
MANIFEST.in
MESSAGE_PROTOCOL.md
README.md
pyproject.toml
mcpbundles/__init__.py
mcpbundles/args.py
mcpbundles/auth.py
mcpbundles/auth_resolve.py
mcpbundles/cli.py
mcpbundles/completion.py
mcpbundles/config.py
mcpbundles/connections.py
mcpbundles/daemon.py
mcpbundles/endpoints.py
mcpbundles/exit_codes.py
mcpbundles/manifest.py
mcpbundles/mcp_client.py
mcpbundles/output.py
mcpbundles/schema.py
mcpbundles/service_manager.py
mcpbundles/tunnel.py
mcpbundles.egg-info/PKG-INFO
mcpbundles.egg-info/SOURCES.txt
mcpbundles.egg-info/dependency_links.txt
mcpbundles.egg-info/entry_points.txt
mcpbundles.egg-info/requires.txt
mcpbundles.egg-info/top_level.txt
mcpbundles/commands/__init__.py
mcpbundles/commands/agent.py
mcpbundles/commands/auth.py
mcpbundles/commands/config_cmd.py
mcpbundles/commands/conn.py
mcpbundles/commands/discovery.py
mcpbundles/commands/execution.py
mcpbundles/commands/install_completion.py
mcpbundles/commands/proxy_cmd.py
mcpbundles/commands/shell_cmd.py
mcpbundles/services/__init__.py
mcpbundles/services/browser.py
mcpbundles/services/claude_code.py
mcpbundles/services/sqlite.py
tests/test_args.py
tests/test_auth.py
tests/test_browser_service.py
tests/test_cli.py
tests/test_cli_infrastructure.py
tests/test_config.py
tests/test_connection_auth.py
tests/test_connections.py
tests/test_daemon.py
tests/test_mcp_client.py
tests/test_output.py
tests/test_service_manager.py
tests/test_tunnel.py