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
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions app/en/mcp-servers/components/toolkits-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,13 +481,13 @@ const comingSoonTools: Tool[] = [
isComingSoon: true,
},
{
name: "Box",
name: "Box API",
image: "box.svg",
summary: "Manage files and folders in Box with your agents.",
link: "/mcp-servers/productivity/box",
summary: "Enable agents to interact with the low-level Box API.",
link: "/mcp-servers/productivity/box-api",
category: "productivity",
type: "arcade",
isComingSoon: true,
type: "arcade_starter",
isComingSoon: false,
},
{
name: "Braze",
Expand Down
Loading