13 lines
381 B
JSON
13 lines
381 B
JSON
{
|
|
"_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}",
|
|
"Arcade-User-ID": "<your-user-id>"
|
|
}
|
|
}
|
|
}
|
|
}
|