Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 0 additions & 16 deletions .github/PULL_REQUEST_TEMPLATE/community_contributed_toolkit.md

This file was deleted.

2 changes: 1 addition & 1 deletion AUTHORING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ These are the guidelines for writing documentation for Arcade, to help keep the

- **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.
- **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."
- **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."
- **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."
8 changes: 4 additions & 4 deletions app/_components/custom/toolkits/tool-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,29 @@ const typeConfig: Record<
arcade: {
className:
"border-emerald-600/20 hover:border-primary bg-emerald-600/[0.02] hover:bg-emerald-600/[0.03]",
label: "Arcade Optimized Toolkit",
label: "Arcade Optimized MCP Server",
icon: BadgeCheck,
color: "text-emerald-400",
},
// biome-ignore lint/style/useNamingConvention: this is ok
arcade_starter: {
className:
"border-orange-600/20 hover:border-primary bg-orange-600/[0.02] hover:bg-orange-600/[0.03]",
label: "Arcade Starter Toolkit",
label: "Arcade Starter MCP Server",
icon: Terminal,
color: "text-orange-400",
},
verified: {
className:
"border-blue-600/20 hover:border-primary bg-blue-600/[0.02] hover:bg-blue-600/[0.03]",
label: "Verified Toolkit",
label: "Verified MCP Server",
icon: CheckCircle,
color: "text-blue-400",
},
community: {
className:
"border-orange-600/20 hover:border-primary bg-orange-600/[0.02] hover:bg-orange-600/[0.03]",
label: "Community Toolkit",
label: "Community MCP Server",
icon: Users,
color: "text-orange-400",
},
Expand Down
Loading