Skip to main content
Glama
ssv445

Lorem Ipsum MCP Server

by ssv445
fiberMessage.js626 B
/** @internal */ export const OP_INTERRUPT_SIGNAL = "InterruptSignal"; /** @internal */ export const OP_STATEFUL = "Stateful"; /** @internal */ export const OP_RESUME = "Resume"; /** @internal */ export const OP_YIELD_NOW = "YieldNow"; /** @internal */ export const interruptSignal = cause => ({ _tag: OP_INTERRUPT_SIGNAL, cause }); /** @internal */ export const stateful = onFiber => ({ _tag: OP_STATEFUL, onFiber }); /** @internal */ export const resume = effect => ({ _tag: OP_RESUME, effect }); /** @internal */ export const yieldNow = () => ({ _tag: OP_YIELD_NOW }); //# sourceMappingURL=fiberMessage.js.map

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/ssv445/lorem-ipsum-mcp'

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