We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/czlonkowski/n8n-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
expression-utils.d.ts•403 B
export declare function isExpression(value: unknown): value is string;
export declare function containsExpression(value: unknown): boolean;
export declare function shouldSkipLiteralValidation(value: unknown): boolean;
export declare function extractExpressionContent(value: string): string;
export declare function hasMixedContent(value: unknown): boolean;
//# sourceMappingURL=expression-utils.d.ts.map