Open
Description
Describe the bug
Running npm run dev:windows
no longer starts the app successfully.
To Reproduce
On a Windows machine, run npm run dev:windows
Expected behavior
Inspector starts and opens.
Logs
After running the command, this is as far as it gets:
> @modelcontextprotocol/[email protected] dev:windows
> node client/bin/start.js --dev
Starting MCP inspector in development mode...
Additional context
Looks like this PR might have introduced this issue? #513