File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Thanks for your interest in contributing! This guide explains how to get involve
771 . Fork the repository and clone it locally
882 . Install dependencies with ` npm install `
993 . Run ` npm run dev ` to start both client and server in development mode
10- 4 . Use the web UI at http://localhost :5173 to interact with the inspector
10+ 4 . Use the web UI at http://127.0.0.1 :5173 to interact with the inspector
1111
1212## Development Process & Pull Requests
1313
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ async function main() {
102102 await Promise . any ( [ server , client , delay ( 2 * 1000 ) ] ) ;
103103 const portParam = SERVER_PORT === "3000" ? "" : `?proxyPort=${ SERVER_PORT } ` ;
104104 console . log (
105- `\n🔍 MCP Inspector is up and running at http://localhost :${ CLIENT_PORT } ${ portParam } 🚀` ,
105+ `\n🔍 MCP Inspector is up and running at http://127.0.0.1 :${ CLIENT_PORT } ${ portParam } 🚀` ,
106106 ) ;
107107
108108 try {
You can’t perform that action at this time.
0 commit comments