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 bce3a7b commit 3a9b08bCopy full SHA for 3a9b08b
client/bin/cli.js
@@ -12,7 +12,7 @@ const server = http.createServer((request, response) => {
12
return handler(request, response, { public: distPath });
13
});
14
15
-const port = process.env.PORT || 3000;
+const port = process.env.PORT || 5173;
16
server.listen(port, () => {
17
console.log(`MCP inspector client running at http://localhost:${port}`);
18
0 commit comments