Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
LoadMoreRow.tsx706 B
import { css } from "@emotion/react"; import { LoadMoreButton, LoadMoreButtonProps, } from "@phoenix/components/LoadMoreButton"; const rowCSS = css` position: relative; `; const tdCSS = css` position: absolute; top: 0; left: 0; width: 100%; display: flex; justify-content: center; align-items: center; `; /** * A table row that is used to load more data. * @returns A table row that is used to load more data. */ export function LoadMoreRow({ onLoadMore, isLoadingNext, }: LoadMoreButtonProps) { return ( <tr css={rowCSS}> <td colSpan={100} css={tdCSS}> <LoadMoreButton onLoadMore={onLoadMore} isLoadingNext={isLoadingNext} /> </td> </tr> ); }

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