mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
Update readmes to use new mcp namespace
This commit is contained in:
@@ -207,7 +207,7 @@ If you are doing local development, there are two ways to test your changes:
|
||||
"--mount", "type=bind,src=/Users/username/Desktop,dst=/projects/Desktop",
|
||||
"--mount", "type=bind,src=/path/to/other/allowed/dir,dst=/projects/other/allowed/dir,ro",
|
||||
"--mount", "type=bind,src=/path/to/file.txt,dst=/projects/path/to/file.txt",
|
||||
"ai/mcp-git"
|
||||
"mcp/git"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -236,7 +236,7 @@ Docker build:
|
||||
|
||||
```bash
|
||||
cd src/git
|
||||
docker build -t ai/mcp-git .
|
||||
docker build -t mcp/git .
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user