Fix host name

This commit is contained in:
KAWAKAMI Moeki
2025-04-13 21:23:39 +09:00
parent a1fa0df0e6
commit d2cb2338a0

View File

@@ -101,7 +101,7 @@ async function main() {
if (serverOk) {
try {
if (!process.env.MCP_AUTO_OPEN_DISABLED) {
open(`http://localhost:${CLIENT_PORT}`);
open(`http://127.0.0.1:${CLIENT_PORT}`);
}
await spawnPromise("node", [inspectorClientPath], {
env: { ...process.env, PORT: CLIENT_PORT },