Skip to main content
Glama
ssv445

Lorem Ipsum MCP Server

by ssv445
txnId.ts276 B
/** @internal */ export type TxnId = number & { readonly TransactioId: unique symbol } /** @internal */ const txnCounter = { ref: 0 } /** @internal */ export const make = (): TxnId => { const newId = txnCounter.ref + 1 txnCounter.ref = newId return newId as TxnId }

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