mirror of
https://github.com/upstash/context7.git
synced 2025-12-03 02:21:13 +00:00
feat: add Accept header for Gemini CLI config
This commit is contained in:
parent
87306c876a
commit
8b6f952115
@ -329,7 +329,8 @@ See [Gemini CLI Configuration](https://google-gemini.github.io/gemini-cli/docs/t
|
|||||||
"context7": {
|
"context7": {
|
||||||
"httpUrl": "https://mcp.context7.com/mcp",
|
"httpUrl": "https://mcp.context7.com/mcp",
|
||||||
"headers": {
|
"headers": {
|
||||||
"CONTEXT7_API_KEY": "YOUR_API_KEY"
|
"CONTEXT7_API_KEY": "YOUR_API_KEY",
|
||||||
|
"Accept": "application/json, text/event-stream"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user