Skip to main content
Glama
ToastContainer.jsx444 B
import React from 'react'; import Toast from './Toast'; function ToastContainer({ toasts, removeToast }) { return ( <div className="toast-container"> {toasts.map((toast) => ( <Toast key={toast.id} message={toast.message} type={toast.type} duration={toast.duration} onClose={() => removeToast(toast.id)} /> ))} </div> ); } export default ToastContainer;

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/cjo4m06/mcp-shrimp-task-manager'

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