Skip to main content
Glama

YCloud WhatsApp API MCP Server

isomorphic.browser.js723 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addInspectMethod = exports.format = void 0; /** * Ono supports custom formatters for error messages. In Node.js, it defaults * to the `util.format()` function. In browsers, it defaults to `Array.join()`. * * The Node.js functionality can be used in a web browser via a polyfill, * such as "format-util". * * @see https://github.com/tmpfs/format-util */ exports.format = false; /** * The `util.inspect()` functionality only applies to Node.js. * We return the constant `false` here so that the Node-specific code gets removed by tree-shaking. */ exports.addInspectMethod = false; //# sourceMappingURL=isomorphic.browser.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