chore: add github mcp

This commit is contained in:
Kujtim Hoxha
2025-07-16 13:56:27 +02:00
parent 6805b3494b
commit d66797d6da

View File

@@ -82,15 +82,22 @@ Crush can use LSPs for additional context to help inform its decisions, just lik
Crush can also use MCPs for additional context. Add LSPs to the config like so:
```
```json
{
"mcp": {
"context7": {
"command": "",
"url": "https://mcp.context7.com/mcp",
"type": "http"
},
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "$(echo Bearer $GH_MCP_TOKEN)"
}
}
},
}
}
```