From fa1cd6ad5277460ba3c52e32860e824859a6b6b8 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 24 Jul 2025 16:50:47 -0400 Subject: [PATCH] docs(readme): genericize MCP examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c693a94cf4349fdf455975b0abfd1aa7499476e7..26cb7308bb7a614603c61c3f4f4f5d1cee3fe40f 100644 --- a/README.md +++ b/README.md @@ -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": {