Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
AnnotationInputLabel.tsx623 B
import { LabelProps } from "react-aria-components"; import { css } from "@emotion/react"; import { classNames } from "@arizeai/components"; import { Label } from "@phoenix/components"; import { ANNOTATION_INPUT_LABEL_WIDTH } from "@phoenix/components/annotation/constants"; export const AnnotationInputLabel = (props: LabelProps) => { return ( <Label className={classNames("react-aria-Label", props.className)} css={css` max-width: ${ANNOTATION_INPUT_LABEL_WIDTH}; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; `} {...props} /> ); };

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