Skip to content

Commit a63de62

Browse files
committed
Update URL to use 127.0.0.1 instead of localhost
1 parent dae3890 commit a63de62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async function runWebClient(args: Args): Promise<void> {
108108
await Promise.any([server, client, delay(2 * 1000)]);
109109
const portParam = SERVER_PORT === "3000" ? "" : `?proxyPort=${SERVER_PORT}`;
110110
console.log(
111-
`\n🔍 MCP Inspector is up and running at http://localhost:${CLIENT_PORT}${portParam} 🚀`,
111+
`\n🔍 MCP Inspector is up and running at http://127.0.0.1:${CLIENT_PORT}${portParam} 🚀`,
112112
);
113113

114114
try {

0 commit comments

Comments
 (0)