Skip to main content
Glama

YCloud WhatsApp API MCP Server

isomorphic.node.d.ts523 B
/// <reference types="node" /> import * as util from "util"; import { OnoError } from "./types"; /** * Ono supports Node's `util.format()` formatting for error messages. * * @see https://nodejs.org/api/util.html#util_util_format_format_args */ export declare const format: typeof util.format; /** * Adds an `inspect()` method to support Node's `util.inspect()` function. * * @see https://nodejs.org/api/util.html#util_util_inspect_custom */ export declare function addInspectMethod<T>(newError: OnoError<T>): void;

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