Skip to main content
Glama
ssv445

Lorem Ipsum MCP Server

by ssv445
logger-circular.ts789 B
import * as Cause from "../Cause.js" import { dual } from "../Function.js" import * as HashMap from "../HashMap.js" import * as List from "../List.js" import type * as Logger from "../Logger.js" import * as core from "./core.js" import * as fiberId_ from "./fiberId.js" import * as fiberRefs from "./fiberRefs.js" /** @internal */ export const test = dual< <Message>(input: Message) => <Output>(self: Logger.Logger<Message, Output>) => Output, <Message, Output>(self: Logger.Logger<Message, Output>, input: Message) => Output >(2, (self, input) => self.log({ fiberId: fiberId_.none, logLevel: core.logLevelInfo, message: input, cause: Cause.empty, context: fiberRefs.empty(), spans: List.empty(), annotations: HashMap.empty(), date: new Date() }))

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