[AUTO] Adding MCP Servers docs update - #1191
Open
github-actions[bot] wants to merge 6 commits into
Open
github-actions[bot] wants to merge 6 commits into
github-actions[bot] wants to merge 6 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
5 tasks
* docs: add AWS MCP Server remote connection guide Mirrors the other remote MCP server guides. AWS's setup is DCR-based like Atlassian: no manual OAuth app, Client ID/Secret, Authorization URL, and Token URL all stay empty in Arcade. Access is governed entirely by IAM: authorizing an agent grants no additional AWS permissions, every tool call runs under the authorizing identity's existing IAM policies, and the guide leads with this since it's the whole security model. No Arcade AWS toolkit exists today, so this is framed as a fixed-surface, currently-only-path guide (same tier as Dynamics 365 and Atlassian), not a customer-extensible one. Does not document the non-interactive SigV4/client-credentials path (single shared machine identity, doesn't fit Arcade's per-user OAuth model) by design. BLOCKED ON AWS: Arcade's redirect URI is not yet on AWS Sign-In's DCR allowlist as of this commit (verified against AWS's live docs). This PR is opened as a draft until AWS completes that change; see PR description for the verification method and result. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * 🤖 Regenerate LLMs.txt * docs: drop the DCR-allowlist setup step from the AWS guide This step only made sense while Arcade wasn't yet on AWS Sign-In's DCR allowlist. Once that gate clears, there's nothing for a reader to confirm here, so it becomes dead weight in Set up AWS. The troubleshooting entry for the same failure mode stays, since that's a standard "if you see this error, here's why" reference regardless of when it occurs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * docs: correct the AWS MCP Server region example and DCR troubleshooting The guide used us-west-2 as its worked example, inherited from AWS's own CloudTrail samples, but that endpoint does not resolve. Only us-east-1 and eu-central-1 are served today, so a reader following the example verbatim got a DNS failure rather than anything the guide accounted for. Point the example at a region that resolves and name the unserved-region failure mode. AWS's published Supported Redirect URIs table also lags their actual DCR allowlist: Arcade is approved and working, but absent from that table. The troubleshooting entry told readers to verify against it, which now fails for someone whose setup is correct. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * docs: stop pointing readers at AWS's redirect URI table AWS's published table lags their actual DCR allowlist, so sending a reader there to verify Arcade's redirect URI gives a misleading answer. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * docs: drop semicolon in AWS DCR troubleshooting entry Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * 🤖 Regenerate LLMs.txt --------- Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> Co-authored-by: arcade-docs-bot[bot] <321924871+arcade-docs-bot[bot]@users.noreply.github.com>
arcade-docs-bot
Bot
force-pushed
the
automation/toolkit-docs
branch
from
September 15, 2026 11:18
6e24bdb to
7fb526c
Compare
* docs: document all 11 Salesforce MCP custom OAuth scopes The toolkit requests four write/read scopes that were missing from the auth provider page, and the samples told people to pass only read_account. Co-authored-by: Cursor <cursoragent@cursor.com> * docs: mark Salesforce org subdomain as a placeholder in auth endpoints Co-authored-by: Cursor <cursoragent@cursor.com> * docs: keep Salesforce subdomain placeholders visible in MDX Angle brackets were parsed as HTML tags, so the preview dropped them from the auth endpoint URLs. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Valerie Fanelle <valeriefanelle@mac.local.meter> Co-authored-by: Cursor <cursoragent@cursor.com>
arcade-docs-bot
Bot
force-pushed
the
automation/toolkit-docs
branch
from
September 16, 2026 11:19
62ec9c4 to
4ff96be
Compare
* docs: tell admins to keep Claude's detected connector defaults Claude's Add custom connector dialog now shows Authentication and OAuth client options. The Detected values already match Arcade Auth, so operators should leave them selected. Co-authored-by: Cursor <cursoragent@cursor.com> * docs: replace Claude connector screenshot and capitalize Authenticate Use the full Add custom connector dialog (api.arcade.dev, request headers visible) and sentence-case the auth step heading. Co-authored-by: Cursor <cursoragent@cursor.com> * docs: crop leftover chrome from the Claude connector screenshot Co-authored-by: Cursor <cursoragent@cursor.com> * docs: rename Claude connector screenshot to bust the image cache Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Valerie Fanelle <valeriefanelle@Valeries-MacBook-Pro.local> Co-authored-by: Cursor <cursoragent@cursor.com>
github-actions
Bot
force-pushed
the
automation/toolkit-docs
branch
from
September 16, 2026 20:42
96ec7b1 to
c75c0f1
Compare
* ci: open automation PRs with GITHUB_TOKEN instead of Docs Bot Drop the GitHub App token helper and generate llms.txt in the toolkit docs workflow so automation PRs no longer depend on a second workflow starting from the bot push. Co-authored-by: Anirudh Kamath <kamath@users.noreply.github.com> * fix: avoid Biome noTemplateCurlyInString in workflow test The assertion for github.token used a GitHub Actions expression inside a regular string, which Ultracite flagged as a leftover template placeholder. --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Anirudh Kamath <kamath@users.noreply.github.com>
github-actions
Bot
force-pushed
the
automation/toolkit-docs
branch
from
September 17, 2026 11:18
c75c0f1 to
b8b6f88
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was generated after a Porter deploy succeeded.
Note
Medium Risk
CI credential and workflow coupling changes affect all automated docs PRs; removing i18n and translation tooling is a broad product/UX shift, though OAuth guidance changes are documentation-only.
Overview
This PR reshapes docs automation, drops translated locales, and expands MCP/OAuth guidance, plus a regenerated
public/llms.txt.CI and automation: Docs Bot’s composite
app-tokenaction andDOCS_BOT_*secrets are removed. Toolkit docs,llmstxt, and design-system update workflows now open PRs and push withGITHUB_TOKEN(asgithub-actions[bot]where needed).generate-toolkit-docsrunspnpm llmstxtin the same job so automation PRs stay self-contained—GITHUB_TOKENPRs do not chain-triggerllmstxt.yml. The workflow adds a manualpublic_catalog_urlinput, pins Anthropic models in the generate step, and documentsOPENAI_API_KEY.translate-docs.yml,context7.yml, andcontext7.jsonare deleted;tests/docs-automation-tokens.test.tsguards against regressing to the app token.English-only docs:
es/pt-BRdictionaries, the translation banner,scripts/i18n-sync, and thetranslatenpm script go away;i18n.localesis["en"]only. Layout and 404 UI stop loading locale-specific copy (legacy/es//pt-BRURLs still redirect to/enviaproxy.ts).Content: New Connect the AWS MCP Server guide and nav entry; Claude custom-connector docs emphasize Detected defaults (Sign in now, Use Claude’s published identity / CIMD) across Claude Desktop, gateway creation, and consent allowlisting. Salesforce auth docs expand required custom scopes and
auth.start()examples. README points at.env.local.example.Generated output:
public/llms.txtrefresh (including AWS page and refreshed integration blurbs from the toolkit pipeline).Reviewed by Cursor Bugbot for commit b8b6f88. Bugbot is set up for automated code reviews on this repo. Configure here.