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
7
7
1 . Fork the repository and clone it locally
8
8
2 . Install dependencies with ` npm install `
9
9
3 . 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
11
11
12
12
## Development Process & Pull Requests
13
13
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ async function main() {
102
102
await Promise . any ( [ server , client , delay ( 2 * 1000 ) ] ) ;
103
103
const portParam = SERVER_PORT === "3000" ? "" : `?proxyPort=${ SERVER_PORT } ` ;
104
104
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 } 🚀` ,
106
106
) ;
107
107
108
108
try {
You can’t perform that action at this time.
0 commit comments