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 075bd52 commit 6abcb6bCopy full SHA for 6abcb6b
mcp_server/utils/request.py
@@ -21,7 +21,7 @@ async def get_slce_api(path: str) -> str:
21
22
try:
23
async with AsyncClient(verify=False) as client:
24
- response = await client.get(f"{GLOBAL_CONFIG.SAFELINE_ADDRESS}{path}", json=req_body, headers={
+ response = await client.get(f"{GLOBAL_CONFIG.SAFELINE_ADDRESS}{path}", headers={
25
"X-SLCE-API-TOKEN": f"{GLOBAL_CONFIG.SAFELINE_API_TOKEN}"
26
})
27
return check_slce_response(response)
0 commit comments