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

@@ -71,7 +71,7 @@ Add this to your `claude_desktop_config.json`:
"run",
"--rm",
"-i",
"ai/mcp-sequentialthinking"
"mcp/sequentialthinking"
]
}
}
@@ -83,7 +83,7 @@ Add this to your `claude_desktop_config.json`:
Docker:
```bash
docker build -t ai/mcp-sequentialthinking -f sequentialthinking/Dockerfile .
docker build -t mcp/sequentialthinking -f sequentialthinking/Dockerfile .
```
## License