Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| </GuideOverview> | ||
|
|
||
| <Callout type="info"> | ||
| For Claude Code, we recommend setting your gateway auth mode to **Arcade Headers** so you |
There was a problem hiding this comment.
Google.We: Removed first-person plural 'we' to be more direct
| For Claude Code, we recommend setting your gateway auth mode to **Arcade Headers** so you | |
| For Claude Code, set your gateway auth mode to **Arcade Headers** so you |
| --header "Arcade-User-ID: <YOUR_EMAIL>" | ||
| ``` | ||
|
|
||
| ### Verify the server was added |
There was a problem hiding this comment.
Google.Passive: Changed passive voice 'was added' to active voice
| ### Verify the server was added | |
| ### Verify you added the server |
teallarson
left a comment
There was a problem hiding this comment.
@avoguru are some of these "last updated" date changes unintentional? Not all of these pages were updated.
| "claude-desktop": { | ||
| title: "Claude Desktop", | ||
| }, | ||
| "claude-code": { | ||
| title: "Claude Code", | ||
| }, |
There was a problem hiding this comment.
I suggest swapping the order on the sidebar
| "claude-desktop": { | |
| title: "Claude Desktop", | |
| }, | |
| "claude-code": { | |
| title: "Claude Code", | |
| }, | |
| "claude-code": { | |
| title: "Claude Code", | |
| }, | |
| "claude-desktop": { | |
| title: "Claude Desktop", | |
| }, |
|
A final step that shows you how to authenticate the mcp server from Claude Code would be helpful. |
|
Also we should probably explicitly show how to set "Header Auth" with a dashboard screenshot since it isn't the default value. I just spent 20 minutes trying to figure out why I was getting 401s and it turned out the gateway was using Arcade Auth |
|
Does merging in main reverse the unintended timestamp changes in this PR? |
| Run the following to add your Arcade Gateway as a remote HTTP MCP server in Claude Code: | ||
|
|
||
| ```bash | ||
| claude mcp add --transport http arcade "<YOUR_ARCADE_GATEWAY_URL>" \ |
There was a problem hiding this comment.
can we mention that "arcade" here is simply the name of their MCP gateway?
No description provided.