Skip to main content
Glama
ssv445

Lorem Ipsum MCP Server

by ssv445
data.js877 B
import * as Equal from "../Equal.js"; import * as Hash from "../Hash.js"; import { StructuralPrototype } from "./effectable.js"; /** @internal */ export const ArrayProto = /*#__PURE__*/Object.assign(/*#__PURE__*/Object.create(Array.prototype), { [Hash.symbol]() { return Hash.cached(this, Hash.array(this)); }, [Equal.symbol](that) { if (Array.isArray(that) && this.length === that.length) { return this.every((v, i) => Equal.equals(v, that[i])); } else { return false; } } }); /** @internal */ export const Structural = /*#__PURE__*/function () { function Structural(args) { if (args) { Object.assign(this, args); } } Structural.prototype = StructuralPrototype; return Structural; }(); /** @internal */ export const struct = as => Object.assign(Object.create(StructuralPrototype), as); //# sourceMappingURL=data.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