Skip to main content
Glama

YCloud WhatsApp API MCP Server

limitNumberExclusive.js552 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const KWDs = { exclusiveMaximum: "maximum", exclusiveMinimum: "minimum", }; const def = { keyword: Object.keys(KWDs), type: "number", schemaType: "boolean", code({ keyword, parentSchema }) { const limitKwd = KWDs[keyword]; if (parentSchema[limitKwd] === undefined) { throw new Error(`${keyword} can only be used with ${limitKwd}`); } }, }; exports.default = def; //# sourceMappingURL=limitNumberExclusive.js.map

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/YCloud-Developers/ycloud-whatsapp-mcp-server'

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