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 6777261 commit 09f1883Copy full SHA for 09f1883
1 file changed
scripts/download_splunk_mcp_server_app.py
@@ -65,7 +65,7 @@ def run() -> None:
65
66
response = client.get(
67
result.release.path,
68
- headers={"Authorization": f"Bearer {token}"},
+ headers={"X-Auth-Token": token},
69
)
70
response.raise_for_status()
71
0 commit comments