Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bun install -g https://github.com/philschmid/mcp-cli

### 2. Create a config file

Create `mcp_servers.json` in your current directory or `~/.config/mcp/`:
Create `mcp_servers.json` in your current directory, `~/.mcp_servers.json`, or `~/.config/mcp/mcp_servers.json`:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function configSearchError(): CliError {
details:
'Searched: ./mcp_servers.json, ~/.mcp_servers.json, ~/.config/mcp/mcp_servers.json',
suggestion:
'Create mcp_servers.json in current directory or use -c/--config to specify path',
'Create mcp_servers.json in the current directory, ~/.mcp_servers.json, or ~/.config/mcp/mcp_servers.json, or use -c/--config to specify a path',
};
}

Expand Down