diff --git a/bin/src/index.ts b/bin/src/index.ts index 466ca40..1463107 100644 --- a/bin/src/index.ts +++ b/bin/src/index.ts @@ -108,7 +108,7 @@ async function runWebClient(args: Args): Promise { await Promise.any([server, client, delay(2 * 1000)]); const portParam = SERVER_PORT === "3000" ? "" : `?proxyPort=${SERVER_PORT}`; console.log( - `\nšŸ” MCP Inspector is up and running at http://localhost:${CLIENT_PORT}${portParam} šŸš€`, + `\nšŸ” MCP Inspector is up and running at http://127.0.0.1:${CLIENT_PORT}${portParam} šŸš€`, ); try {