Skip to main content
Glama
ssv445

Lorem Ipsum MCP Server

by ssv445
sinkEndReason.ts697 B
/** @internal */ export type SinkEndReason = ScheduleEnd | UpstreamEnd /** @internal */ export const OP_SCHEDULE_END = "ScheduleEnd" as const /** @internal */ export type OP_SCHEDULE_END = typeof OP_SCHEDULE_END /** @internal */ export const OP_UPSTREAM_END = "UpstreamEnd" as const /** @internal */ export type OP_UPSTREAM_END = typeof OP_UPSTREAM_END /** @internal */ export interface ScheduleEnd { readonly _tag: OP_SCHEDULE_END } /** @internal */ export interface UpstreamEnd { readonly _tag: OP_UPSTREAM_END } /** @internal */ export const ScheduleEnd: SinkEndReason = { _tag: OP_SCHEDULE_END } /** @internal */ export const UpstreamEnd: SinkEndReason = { _tag: OP_UPSTREAM_END }

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