Skip to main content
Glama
ssv445

Lorem Ipsum MCP Server

by ssv445
logSpan.ts542 B
import type * as LogSpan from "../LogSpan.js" /** @internal */ export const make = (label: string, startTime: number): LogSpan.LogSpan => ({ label, startTime }) /** * Sanitize a given string by replacing spaces, equal signs, and double quotes with underscores. * * @internal */ export const formatLabel = (key: string) => key.replace(/[\s="]/g, "_") /** @internal */ export const render = (now: number) => (self: LogSpan.LogSpan): string => { const label = formatLabel(self.label) return `${label}=${now - self.startTime}ms` }

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