Update readmes to use new mcp namespace

This commit is contained in:
colinmcneil
2024-12-19 15:56:30 -05:00
committed by Jim Clark
parent 545103386f
commit 49044156e3
17 changed files with 30 additions and 30 deletions

View File

@@ -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