docs(readme): genericize MCP examples

This commit is contained in:
Christian Rocha
2025-07-24 16:50:47 -04:00
committed by GitHub
parent 443f3d88ab
commit fa1cd6ad52

View File

@@ -116,9 +116,9 @@ Crush supports Model Context Protocol (MCP) servers through three transport type
},
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"url": "https://example.com/mcp/",
"headers": {
"Authorization": "$(echo Bearer $GH_MCP_TOKEN)"
"Authorization": "$(echo Bearer $EXAMPLE_MCP_TOKEN)"
}
},
"streaming-service": {