Skip to content

Commit d2cb233

Browse files
committed
Fix host name
1 parent a1fa0df commit d2cb233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async function main() {
101101
if (serverOk) {
102102
try {
103103
if (!process.env.MCP_AUTO_OPEN_DISABLED) {
104-
open(`http://localhost:${CLIENT_PORT}`);
104+
open(`http://127.0.0.1:${CLIENT_PORT}`);
105105
}
106106
await spawnPromise("node", [inspectorClientPath], {
107107
env: { ...process.env, PORT: CLIENT_PORT },

0 commit comments

Comments
 (0)