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
validateStructurePrinciples.ts•344 B
import { ValidationContext } from '../types.js';
/**
* Validates structure principles from LAML specification
*/
export function validateStructurePrinciples(context: ValidationContext): void {
// Structure principles validation - currently no active validations
// This function is preserved for future structure principle validations
}