Skip to main content
Glama
package.json786 B
{ "name": "laml-mcp-server", "version": "1.0.0", "description": "MCP server for LAML operations", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test-dev": "NODE_OPTIONS=--experimental-vm-modules jest --watchAll", "start": "npm run build && node dist/index.js" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "chevrotain": "^11.0.3", "flowmcp": "^2.1.4", "yaml": "^2.8.0", "yaml-ast-parser": "^0.0.43" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "jest": "^29.7.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" } }

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/EgorKluch/mcp-laml'

If you have feedback or need assistance with the MCP directory API, please join our Discord server