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
* Resolves how the MCP child process should be spawned for the current extension mode.
* In production it points to the published npm package via `npx`; in development it points to the local workspace build so changes are picked up on rebuild.
* @param context The VS Code extension context.
* @returns The command and arguments to spawn the MCP process.