We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Specified IDE_PORT=63342 but it is not responding correctly.
`
node Welcome to Node.js v18.17.0. Type ".help" for more information. fetch('http://localhost:63342/api/mcp/list_tools') Promise { , [Symbol(async_id_symbol)]: 81, [Symbol(trigger_async_id_symbol)]: 6 Uncaught TypeError: fetch failed at Object.fetch (node:internal/deps/undici/undici:11576:11) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { cause: Error: connect ECONNREFUSED ::1:63342 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16) at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) { errno: -4078, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 63342 } } `
Error: connect ECONNREFUSED ::1:63342
fetch('http://127.0.0.1:63342/api/mcp/list_tools') is success
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Error: Specified IDE_PORT=63342 but it is not responding correctly.
`
Error: connect ECONNREFUSED ::1:63342
fetch('http://127.0.0.1:63342/api/mcp/list_tools') is success
The text was updated successfully, but these errors were encountered: