Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
constants.ts427 B
/** * Enum for the different template formats supported by the template editor * * - FString: `variables look like {variable}` * - Mustache: `variables look like {{variable}}` * * @example * ```tsx * <TemplateEditor format={TemplateFormats.Mustache} /> * ``` */ export const TemplateFormats = { NONE: "NONE", // No templating FString: "F_STRING", // {variable} Mustache: "MUSTACHE", // {{variable}} } as const;

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/Arize-ai/phoenix'

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