Skip to content

Commit e1e702f

Browse files
ignore: ignore mcp.json as a common dev file
1 parent 98b7e63 commit e1e702f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ sdk
1414
client/playwright-report/
1515
client/results.json
1616
client/test-results/
17+
mcp.json

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ packages
22
server/build
33
CODE_OF_CONDUCT.md
44
SECURITY.md
5+
mcp.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ You can launch the inspector without specifying a server name if your config has
286286

287287
```bash
288288
# Automatically uses "my-server" if it's the only one
289-
npx @modelcontextprotocol/inspector --config config.json
289+
npx @modelcontextprotocol/inspector --config mcp.json
290290
```
291291

292292
2. **A server named "default-server"** - automatically selected:

0 commit comments

Comments
 (0)