We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89c3bb commit a3e79bdCopy full SHA for a3e79bd
src/scrapegraph_mcp/server.py
@@ -35,7 +35,7 @@ def __init__(self, api_key: str):
35
"""
36
self.api_key = api_key
37
self.headers = {
38
- "SGAI-APIKEY": api_key,
+ "SGAI_API_KEY": api_key,
39
"Content-Type": "application/json"
40
}
41
self.client = httpx.Client(timeout=httpx.Timeout(120.0))
0 commit comments