Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
CompactJSONCell.tsx461 B
import { CellContext } from "@tanstack/react-table"; import { JSONText } from "@phoenix/components/code/JSONText"; const MAX_LENGTH = 100; /** * A table cell that is designed to show JSON in a compact form. * It will truncate the text if it is too long. */ export function CompactJSONCell<TData extends object, TValue>({ getValue, }: CellContext<TData, TValue>) { const value = getValue(); return <JSONText json={value} maxLength={MAX_LENGTH} />; }

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