#!/bin/bash
set -euo pipefail
if test -f ./vitest.config.ts; then
vitest run --testTimeout=15000
elif test -f ./vitest.config.node.ts; then
vitest run --testTimeout=15000 -c ./vitest.config.node.ts
fi
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/cloudflare/mcp-server-cloudflare'
If you have feedback or need assistance with the MCP directory API, please join our Discord server