Skip to content

Conversation

byrro
Copy link
Member

@byrro byrro commented Sep 29, 2025


Note

Replaces the old i18n translation script with a modular, concurrent CLI and updates llms.txt links from toolkits to mcp-servers.

  • i18n/translation tooling:
    • Modular CLI: Replace scripts/i18n-sync.ts with a new CLI under scripts/i18n-sync/ (index.ts, translate.ts, prompts.ts, types.ts, utils.ts).
    • Capabilities: Adds CLI flags (--locale, --file, --force, --dry-run, --cleanup, --concurrency), parallel translation, cache with metadata, cleanup of orphaned translations, improved prompts and progress reporting.
  • Docs:
    • Link updates: In public/llms.txt, migrate numerous toolkits/... links to mcp-servers/... and update “Create Arcade Toolkit” to home/build-tools/create-a-mcp-server.

Written by Cursor Bugbot for commit a92674e. This will update automatically on new commits. Configure here.

@byrro byrro requested a review from a team September 29, 2025 14:07
@byrro byrro self-assigned this Sep 29, 2025
@byrro byrro added the documentation Improvements or additions to documentation label Sep 29, 2025
Copy link

vercel bot commented Sep 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Oct 2, 2025 1:05am

cursor[bot]

This comment was marked as outdated.

auth_response = client.tools.authorize(
tool_name=TOOL_NAME,
user_id=TOOL_NAME
)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Incorrect User ID Parameter in Authorization

The user_id parameter in client.tools.authorize() is incorrectly set to TOOL_NAME instead of USER_ID. This passes a tool identifier where a user identifier is expected, causing authorization to fail. This pattern is consistent across the Box API Python example files.

Additional Locations (12)

Fix in Cursor Fix in Web

- Custom behavior: provide custom unfurling for URLs.

This toolkit is designed for admins and apps requiring broad Slack API access (admin, invites, calls, chat, files, usergroups, reactions, users scopes).
This MCP Sever is designed for admins and apps requiring broad Slack API access (admin, invites, calls, chat, files, usergroups, reactions, users scopes).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Incorrect Prop Name Causes Typographical Errors

The StarterToolInfo component uses an incorrect prop name, MCP Sever_name. This also introduces a consistent typo ("Sever" instead of "Server") in the prop name and other text references, including example paths, throughout the file.

Fix in Cursor Fix in Web

@byrro
Copy link
Member Author

byrro commented Oct 2, 2025

Closing this in favor of PR #465, which uses the new arcade docs implementation.

@byrro byrro closed this Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant