Skip to main content
Glama
vitest.workers.config.ts666 B
import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config"; export default defineWorkersConfig({ test: { globals: true, include: ["test/integration/**/*.test.ts"], deps: { optimizer: { ssr: { enabled: true, include: ["globalping", "ajv"], }, }, }, poolOptions: { workers: { wrangler: { configPath: "./wrangler.jsonc" }, main: "./src/index.ts", miniflare: { compatibilityDate: "2025-03-10", compatibilityFlags: ["nodejs_compat"], kvNamespaces: ["OAUTH_KV"], bindings: { GLOBALPING_CLIENT_ID: "test-client-id", }, }, isolatedStorage: false, }, }, }, });

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/jsdelivr/globalping-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server