Skip to main content
Glama
Apache 2.0
845
2,105
  • Apple
extensions.d.ts387 B
import 'vitest'; interface CustomMatchers<R = unknown> { /** * Uses LLM-as-a-judge to evaluate the received string against * criteria described in natural language. */ toMatchCriteria(criteria: string): Promise<R>; } declare module 'vitest' { interface Assertion<T = any> extends CustomMatchers<T> {} interface AsymmetricMatchersContaining extends CustomMatchers {} }

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/supabase-community/mcp-supabase'

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