docs(readme): add MCP info

This commit is contained in:
Christian Rocha
2025-07-15 16:28:24 -04:00
committed by GitHub
parent 5389513254
commit 483303de5b

View File

@@ -78,6 +78,22 @@ Crush can use LSPs for additional context to help inform its decisions, just lik
}
```
### MCPs
Crush can also use MCPs for additional context. Add LSPs to the config like so:
```
{
"mcp": {
"context7": {
"command": "",
"url": "https://mcp.context7.com/mcp",
"type": "http"
}
},
}
```
### OpenAI-Compatible APIs
Crush supports all OpenAI-compatible APIs. Here's an example configuration for Deepseek, which uses an OpenAI-compatible API. Don't forget to set `DEEPSEEK_API_KEY` in your environment.