Skip to main content
Glama
flow-end-widget.tsx472 B
import { t } from 'i18next'; const FlowEndWidget = () => { return ( <div className=" text-center w-[41px] bg-builder-background text-foreground/70 rounded-md animate-fade -ml-[20px]" key={'flow-end-button'} id="flow-end-button" > <div className="w-full text-center text-sm h-full bg-border/80 p-1 rounded-md"> {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