We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae3890 commit a63de62Copy full SHA for a63de62
bin/src/index.ts
@@ -108,7 +108,7 @@ async function runWebClient(args: Args): Promise<void> {
108
await Promise.any([server, client, delay(2 * 1000)]);
109
const portParam = SERVER_PORT === "3000" ? "" : `?proxyPort=${SERVER_PORT}`;
110
console.log(
111
- `\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} 🚀`,
112
);
113
114
try {
0 commit comments