Skip to content

Commit a3e79bd

Browse files
committed
Update server.py
1 parent c89c3bb commit a3e79bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scrapegraph_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self, api_key: str):
3535
"""
3636
self.api_key = api_key
3737
self.headers = {
38-
"SGAI-APIKEY": api_key,
38+
"SGAI_API_KEY": api_key,
3939
"Content-Type": "application/json"
4040
}
4141
self.client = httpx.Client(timeout=httpx.Timeout(120.0))

0 commit comments

Comments
 (0)