From d8edec6dfd4e5a9076787c403d930e4df33ad05e Mon Sep 17 00:00:00 2001 From: enesgules Date: Thu, 21 Aug 2025 14:27:31 +0300 Subject: [PATCH] feat: add API key header configuration to Context7 SSE setup --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4996a4..73c0618 100644 --- a/README.md +++ b/README.md @@ -738,7 +738,9 @@ Add this to your Visual Studio MCP config file (see the [Visual Studio docs](htt "context7": { "type": "sse", "url": "https://mcp.context7.com/mcp", - "headers": {} + "headers": { + "CONTEXT7_API_KEY": "YOUR_API_KEY" + } } } }