Skip to content

Commit fb667fd

Browse files
authored
fix: Prefer 127.0.0.1 over localhost
1 parent c772529 commit fb667fd

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
@@ -96,7 +96,7 @@ async function main() {
9696
await Promise.any([server, client, delay(2 * 1000)]);
9797
const portParam = SERVER_PORT === "3000" ? "" : `?proxyPort=${SERVER_PORT}`;
9898
console.log(
99-
`\n🔍 MCP Inspector is up and running at http://localhost:${CLIENT_PORT}${portParam} 🚀`,
99+
`\n🔍 MCP Inspector is up and running at http://127.0.0.1:${CLIENT_PORT}${portParam} 🚀`,
100100
);
101101

102102
try {

0 commit comments

Comments
 (0)