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/inspector@0.14.3 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
Describe the bug
Running
npm run dev:windowsno longer starts the app successfully.To Reproduce
On a Windows machine, run
npm run dev:windowsExpected behavior
Inspector starts and opens.
Logs
After running the command, this is as far as it gets:
Additional context
Looks like this PR might have introduced this issue? #513