Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
SpanAnnotationsEmpty.tsx618 B
import { ExternalLinkButton, Flex, Icon, Icons, Text, View, } from "@phoenix/components"; export function SpanAnnotationsEmpty() { return ( <View padding="size-400"> <Flex direction="column" gap="size-100" alignItems="center"> <Text size="L">No annotations for this span</Text> <ExternalLinkButton leadingVisual={<Icon svg={<Icons.Edit2Outline />} />} href="https://arize.com/docs/phoenix/tracing/concepts-tracing/how-to-evaluate-traces" size="S" > How to Annotate </ExternalLinkButton> </Flex> </View> ); }

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