mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:13:24 +02:00
Update readmes to use new mcp namespace
This commit is contained in:
@@ -61,7 +61,7 @@ Add to your Claude settings:
|
||||
"mcpServers": {
|
||||
"time": {
|
||||
"command": "docker",
|
||||
"args": ["run", "-i", "--rm", "ai/mcp-time"]
|
||||
"args": ["run", "-i", "--rm", "mcp/time"]
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -198,7 +198,7 @@ Docker build:
|
||||
|
||||
```bash
|
||||
cd src/time
|
||||
docker build -t ai/mcp-time .
|
||||
docker build -t mcp/time .
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Reference in New Issue
Block a user