Skip to main content
Glama
ssv445

Lorem Ipsum MCP Server

by ssv445
package.json2.47 kB
{ "name": "fastmcp", "version": "1.27.7", "main": "dist/FastMCP.js", "scripts": { "build": "tsup", "lint": "prettier --check . && eslint . && tsc --noEmit && jsr publish --dry-run", "test": "vitest run", "format": "prettier --write . && eslint --fix ." }, "bin": { "fastmcp": "dist/bin/fastmcp.js" }, "keywords": [ "MCP", "SSE" ], "type": "module", "author": "Frank Fiegel <frank@glama.ai>", "license": "MIT", "description": "A TypeScript framework for building MCP servers.", "module": "dist/FastMCP.js", "types": "dist/FastMCP.d.ts", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "@standard-schema/spec": "^1.0.0", "execa": "^9.5.2", "file-type": "^20.4.1", "fuse.js": "^7.1.0", "mcp-proxy": "^2.13.1", "strict-event-emitter-types": "^2.0.0", "undici": "^7.8.0", "uri-templates": "^0.2.0", "xsschema": "0.2.0-beta.3", "yargs": "^17.7.2", "zod": "^3.24.3", "zod-to-json-schema": "^3.24.5" }, "repository": { "url": "https://github.com/punkpeye/fastmcp" }, "homepage": "https://glama.ai/mcp", "release": { "branches": [ "main" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github", "@sebbo2002/semantic-release-jsr" ] }, "devDependencies": { "@eslint/js": "^9.25.1", "@modelcontextprotocol/inspector": "^0.11.0", "@sebbo2002/semantic-release-jsr": "^2.0.5", "@tsconfig/node22": "^22.0.1", "@types/node": "^22.14.1", "@types/uri-templates": "^0.1.34", "@types/yargs": "^17.0.33", "@valibot/to-json-schema": "^1.0.0", "@wong2/mcp-cli": "^1.10.0", "arktype": "^2.1.20", "eslint": "^9.25.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-perfectionist": "^4.12.0", "eslint-plugin-prettier": "^5.2.6", "eventsource-client": "^1.1.3", "get-port-please": "^3.1.2", "jiti": "^2.4.2", "jsr": "^0.13.4", "prettier": "^3.5.3", "semantic-release": "^24.2.3", "tsup": "^8.4.0", "typescript": "^5.8.3", "typescript-eslint": "^8.31.0", "valibot": "^1.0.0", "vitest": "^3.1.2" }, "tsup": { "entry": [ "src/FastMCP.ts", "src/bin/fastmcp.ts" ], "format": [ "esm" ], "dts": true, "splitting": true, "sourcemap": true, "clean": true } }

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