Skip to main content
Glama

mcp-google-sheets

branches-toolbar.tsx641 B
import { t } from 'i18next'; import { Plus } from 'lucide-react'; import React from 'react'; import { Button } from '../../../../components/ui/button'; interface BranchesToolbarProps { addButtonClicked: () => void; } const BranchesToolbar: React.FC<BranchesToolbarProps> = ({ addButtonClicked, }) => { return ( <div className="flex items-center gap-2 justify-end mb-2"> <Button variant={'basic'} className="gap-1 items-center" onClick={addButtonClicked} > <Plus className="w-4 h-4"></Plus> {t('Add Branch')} </Button> </div> ); }; export default BranchesToolbar;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server