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
index.ts•271 B
export { parseLaml, parseLamlFile } from './lamlParser.js';
export type { LamlParseResult } from './lamlParser.js';
export { validateLaml } from './lamlValidator.js';
export type {
LamlValidationResult,
ValidationContext,
McpSession
} from './lamlValidator.js';