docs: cross-tool entry points (AGENTS.md, Cursor rule, mcp.json example)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"_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.",
|
||||
"mcpServers": {
|
||||
"arcade-eval": {
|
||||
"url": "https://api.arcade.st.dev/mcp/<slug>",
|
||||
"headers": {
|
||||
"Authorization": "Bearer ${ARCADE_API_KEY}",
|
||||
"<user-id-header>": "<your-user-id>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user