Skip to main content
Glama

YCloud WhatsApp API MCP Server

vite.config.js621 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config_1 = require("vitest/config"); const isBrowser = process.env.BROWSER === "true"; exports.default = (0, config_1.defineConfig)({ test: { environment: isBrowser ? "jsdom" : "node", dir: "test", exclude: ["**/__IGNORED__/**"], watch: false, globalSetup: isBrowser ? ["./test/fixtures/server.ts"] : undefined, testTimeout: 5000, globals: true, passWithNoTests: true, reporters: ["verbose"], coverage: { reporter: ["lcov", "html", "text"] }, }, });

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