Skip to main content
Glama
treemap-validator.d.ts•628 B
import type { ValidationAcceptor } from 'langium'; import type { Treemap } from '../generated/ast.js'; import type { TreemapServices } from './module.js'; /** * Register custom validation checks. */ export declare function registerValidationChecks(services: TreemapServices): void; /** * Implementation of custom validations. */ export declare class TreemapValidator { /** * Validates that a treemap has only one root node. * A root node is defined as a node that has no indentation. */ checkSingleRoot(doc: Treemap, accept: ValidationAcceptor): void; } //# sourceMappingURL=treemap-validator.d.ts.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/ai-of-mine/fast-mermaid-validator-mcp'

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