LICENSE
MANIFEST.in
MESSAGE_PROTOCOL.md
README.md
pyproject.toml
mcpbundles/__init__.py
mcpbundles/_sentry_baked.py
mcpbundles/args.py
mcpbundles/auth.py
mcpbundles/auth_resolve.py
mcpbundles/capabilities.py
mcpbundles/cli.py
mcpbundles/completion.py
mcpbundles/config.py
mcpbundles/connections.py
mcpbundles/daemon.py
mcpbundles/endpoints.py
mcpbundles/exit_codes.py
mcpbundles/local_config.py
mcpbundles/manifest.py
mcpbundles/mcp_client.py
mcpbundles/output.py
mcpbundles/schema.py
mcpbundles/sentry_setup.py
mcpbundles/service_manager.py
mcpbundles/single_instance.py
mcpbundles/telemetry_notice.py
mcpbundles/tunnel.py
mcpbundles/version_notice.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/gateway_cmd.py
mcpbundles/commands/install_completion.py
mcpbundles/commands/internal_cmd.py
mcpbundles/commands/local_cmd.py
mcpbundles/commands/options.py
mcpbundles/commands/proxy_cmd.py
mcpbundles/commands/shell_cmd.py
mcpbundles/commands/telemetry_cmd.py
mcpbundles/gateway/__init__.py
mcpbundles/gateway/hub_proxy.py
mcpbundles/gateway/stdio_rpc.py
mcpbundles/gateway/upstream.py
mcpbundles/services/__init__.py
mcpbundles/services/browser.py
mcpbundles/services/claude_code.py
mcpbundles/services/local_mcp.py
mcpbundles/services/sqlite.py
tests/test_args.py
tests/test_auth.py
tests/test_browser_service.py
tests/test_build_sidecar_manifest.py
tests/test_capabilities.py
tests/test_cli.py
tests/test_cli_infrastructure.py
tests/test_config.py
tests/test_connect_import.py
tests/test_connection_auth.py
tests/test_connections.py
tests/test_daemon.py
tests/test_gateway.py
tests/test_local_cli.py
tests/test_local_config.py
tests/test_mcp_client.py
tests/test_mcp_session_lifecycle.py
tests/test_mcp_session_recovery.py
tests/test_output.py
tests/test_service_manager.py
tests/test_single_instance.py
tests/test_telemetry.py
tests/test_tunnel.py