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 98b7e63 commit e1e702fCopy full SHA for e1e702f
.gitignore
@@ -14,3 +14,4 @@ sdk
14
client/playwright-report/
15
client/results.json
16
client/test-results/
17
+mcp.json
.prettierignore
@@ -2,3 +2,4 @@ packages
2
server/build
3
CODE_OF_CONDUCT.md
4
SECURITY.md
5
README.md
@@ -286,7 +286,7 @@ You can launch the inspector without specifying a server name if your config has
286
287
```bash
288
# Automatically uses "my-server" if it's the only one
289
-npx @modelcontextprotocol/inspector --config config.json
+npx @modelcontextprotocol/inspector --config mcp.json
290
```
291
292
2. **A server named "default-server"** - automatically selected:
0 commit comments