Skip to main content
Glama

YCloud WhatsApp API MCP Server

util.test.js572 B
'use strict' const test = require('tape') const { stringArrayToHexStripped } = require('../lib/utils') test('stringArrayToHexStripped', (t) => { const testCases = [ [[['0', '0', '0', '0']], ''], [[['0', '0', '0', '0'], false], ''], [[['0', '0', '0', '0'], true], '0'], [[['0', '1', '0', '0'], false], '100'], [[['1', '0', '0', '0'], false], '1000'], [[['1', '0', '0', '0'], true], '1000'] ] t.plan(testCases.length) testCases.forEach(([input, expected]) => { t.same(stringArrayToHexStripped(input[0], input[1]), expected) }) })

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