We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keyurgolani/TasksMultiServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•341 B
/**
* StatusIndicator Molecule
*
* A status indicator component that displays a colored dot with optional
* pulse animation for active states (in_progress, blocked).
*
* Requirements: 4.5
*/
export { StatusIndicator, type StatusIndicatorProps, type StatusType } from "./StatusIndicator";
export { default } from "./StatusIndicator";