Skip to main content
Glama
flow-end-widget.tsx471 B
import { t } from 'i18next'; const FlowEndWidget = () => { return ( <div className=" text-center w-[50px] bg-builder-background text-foreground/70 rounded-lg animate-fade -ml-[25px]" key={'flow-end-button'} id="flow-end-button" > <div className="w-full px-2 py-1 text-center h-full bg-border/80 rounded-lg "> {t('End')} </div> </div> ); }; FlowEndWidget.displayName = 'FlowEndWidget'; export default FlowEndWidget;

Latest Blog Posts

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