mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
Fix git and brave-search typos in README.md
This commit is contained in:
@@ -84,7 +84,7 @@ Add this to your `claude_desktop_config.json`:
|
||||
Docker build:
|
||||
|
||||
```bash
|
||||
docker build -t vonwig/brave-search:mcp -f src/brave-search/Dockerfile .
|
||||
docker build -t mcp/brave-search:latest -f src/brave-search/Dockerfile .
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
@@ -127,7 +127,7 @@ Add this to your `claude_desktop_config.json`:
|
||||
"mcpServers": {
|
||||
"git": {
|
||||
"command": "docker",
|
||||
"args": ["run", "--rm", "-i", "type=bind,src=/Users/slim,dst=/projects", "mcp/git"]
|
||||
"args": ["run", "--rm", "-i", "--mount", "type=bind,src=/Users/username,dst=/projects", "mcp/git"]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user