Skip to content

Commit d6b7290

Browse files
authored
Toolkits section --> MCP Servers Section (#455)
* toolkits --> mcp servers * sub-page name * typo * shorter side nav * llms * some term changes * revert rename * fix links * Update AUTHORING.md * move back to create-a-mcp-server * re-link create-mco-server * fix one more link * mcp is a framework now * and mcp * simplify changelog dates * remove dupe page * fix code linebreak * move mcp server examples into place * Delete .prettierrc
1 parent 2391a37 commit d6b7290

File tree

1,114 files changed

+4860
-3993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,114 files changed

+4860
-3993
lines changed

.github/PULL_REQUEST_TEMPLATE/community_contributed_toolkit.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

AUTHORING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ These are the guidelines for writing documentation for Arcade, to help keep the
2525

2626
- **Arcade**: Always refer to the product as "Arcade" in both titles and body text. Do not abbreviate or shorten the product name. Do not append "AI" to the product name.
2727
- **Engine**: Refer to "the Arcade Engine" when the deployment option is irrelevant. Otherwise, refer to "the Arcade Cloud Engine" or "a self-hosted Arcade Engine."
28-
- **Toolkits**: Toolkits are collections of tools, either built by Arcade or a third party developer. For toolkits built by Arcade, refer to "the Arcade [Toolkit name] toolkit." For example, "the Arcade GitHub toolkit."
28+
- **MCP Servers**: MCP-Servers are collections of tools, either built by Arcade or a third party developer. For MCP Servers built by Arcade, refer to "the Arcade [Toolkit name] toolkit." For example, "the Arcade GitHub toolkit."

app/_components/custom/toolkits/tool-card.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@ const typeConfig: Record<
3737
arcade: {
3838
className:
3939
"border-emerald-600/20 hover:border-primary bg-emerald-600/[0.02] hover:bg-emerald-600/[0.03]",
40-
label: "Arcade Optimized Toolkit",
40+
label: "Arcade Optimized MCP Server",
4141
icon: BadgeCheck,
4242
color: "text-emerald-400",
4343
},
4444
// biome-ignore lint/style/useNamingConvention: this is ok
4545
arcade_starter: {
4646
className:
4747
"border-orange-600/20 hover:border-primary bg-orange-600/[0.02] hover:bg-orange-600/[0.03]",
48-
label: "Arcade Starter Toolkit",
48+
label: "Arcade Starter MCP Server",
4949
icon: Terminal,
5050
color: "text-orange-400",
5151
},
5252
verified: {
5353
className:
5454
"border-blue-600/20 hover:border-primary bg-blue-600/[0.02] hover:bg-blue-600/[0.03]",
55-
label: "Verified Toolkit",
55+
label: "Verified MCP Server",
5656
icon: CheckCircle,
5757
color: "text-blue-400",
5858
},
5959
community: {
6060
className:
6161
"border-orange-600/20 hover:border-primary bg-orange-600/[0.02] hover:bg-orange-600/[0.03]",
62-
label: "Community Toolkit",
62+
label: "Community MCP Server",
6363
icon: Users,
6464
color: "text-orange-400",
6565
},

0 commit comments

Comments
 (0)