Fix host name
This commit is contained in:
@@ -101,7 +101,7 @@ async function main() {
|
|||||||
if (serverOk) {
|
if (serverOk) {
|
||||||
try {
|
try {
|
||||||
if (!process.env.MCP_AUTO_OPEN_DISABLED) {
|
if (!process.env.MCP_AUTO_OPEN_DISABLED) {
|
||||||
open(`http://localhost:${CLIENT_PORT}`);
|
open(`http://127.0.0.1:${CLIENT_PORT}`);
|
||||||
}
|
}
|
||||||
await spawnPromise("node", [inspectorClientPath], {
|
await spawnPromise("node", [inspectorClientPath], {
|
||||||
env: { ...process.env, PORT: CLIENT_PORT },
|
env: { ...process.env, PORT: CLIENT_PORT },
|
||||||
|
|||||||
Reference in New Issue
Block a user