mirror of
https://github.com/charmbracelet/crush.git
synced 2025-08-02 05:20:46 +03:00
docs(readme): genericize MCP examples
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user