docs: record confirmed headless auth headers (Authorization + Arcade-User-ID)

This commit is contained in:
2026-06-18 10:13:15 -04:00
parent b776157c95
commit dfc7f6a589
3 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"_comment": "Copy to .cursor/mcp.json (git-ignored) and fill slug + headers. Header names per LIVE-POC.md (confirmed in Task 1.1). Use your own user_id value.",
"_comment": "Copy to .cursor/mcp.json (git-ignored) and fill the gateway slug + your user_id. Headers confirmed from Arcade docs (see LIVE-POC.md).",
"mcpServers": {
"arcade-eval": {
"url": "https://api.arcade.st.dev/mcp/<slug>",
"headers": {
"Authorization": "Bearer ${ARCADE_API_KEY}",
"<user-id-header>": "<your-user-id>"
"Arcade-User-ID": "<your-user-id>"
}
}
}