You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,6 +100,15 @@ export async function help(options: Options) {
98
100
--mobile Show QR code for mobile preview on the same network.
99
101
--multi-instance Allow running multiple Explorer instances simultaneously.
100
102
--no-client Suppress every auto-launch (desktop Explorer deeplink, browser open, mobile QR). The file watcher still notifies a desktop Explorer if it connects on its own — useful when an external tool owns the Explorer process.
103
+
--mcp Enable the MCP server in the Explorer (forwarded as a deep link parameter).
104
+
--mcp-port Port for the MCP server in the Explorer (forwarded as a deep link parameter).
105
+
106
+
Any argument placed after a standalone \`--\` is not parsed by the CLI and is forwarded verbatim
107
+
into the Explorer deep link as a query parameter. Supported forms: --key=value, --key value,
108
+
and bare --key (forwarded as key=true). Declared flags above take precedence over forwarded params.
109
+
110
+
$ sdk-commands start -- --paramA --paramX valueX
111
+
$ npm run start -- -- --paramA --paramX valueX (npm consumes the first --)
0 commit comments