import { Flex } from "@phoenix/components";
import { AlphabeticIndexIcon } from "@phoenix/components/AlphabeticIndexIcon";
/**
* Display the alphabetic index and title in a single line
*/
export function TitleWithAlphabeticIndex({
index,
title,
}: {
index: number;
title: string;
}) {
return (
<Flex direction="row" gap="size-100" alignItems="center">
<AlphabeticIndexIcon index={index} />
<span>{title}</span>
</Flex>
);
}
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