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 c772529 commit fb667fdCopy full SHA for fb667fd
bin/cli.js
@@ -96,7 +96,7 @@ async function main() {
96
await Promise.any([server, client, delay(2 * 1000)]);
97
const portParam = SERVER_PORT === "3000" ? "" : `?proxyPort=${SERVER_PORT}`;
98
console.log(
99
- `\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} 🚀`,
100
);
101
102
try {
0 commit comments