Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
TextErrorBoundaryFallback.tsx690 B
import { css } from "@emotion/react"; import { Icon, Icons, Text } from "@phoenix/components"; import { ErrorBoundaryFallbackProps } from "./types"; /** * An error boundary fallback that displays the text "error" * To be used in small UI components where you don't want to destroy the layout */ export function TextErrorBoundaryFallback(_props: ErrorBoundaryFallbackProps) { return ( <div css={css` text-align: center; display: flex; color: var(--ac-global-text-color-300); gap: var(--ac-global-dimension-size-50); `} > <Icon svg={<Icons.AlertCircleOutline />} /> <Text color="text-300">error</Text> </div> ); }

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