Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
BugReportErrorBoundaryFallback.tsx1.42 kB
import { css } from "@emotion/react"; import { ExternalLink, Flex, View } from "@phoenix/components"; import { ErrorBoundaryFallbackProps } from "./types"; export function BugReportErrorBoundaryFallback({ error, }: ErrorBoundaryFallbackProps) { return ( <View padding="size-200"> <Flex direction="column"> <Flex direction="column" width="100%" alignItems="center"> <h1>Something went wrong</h1> </Flex> <p> We strive to do our very best but 🐛 bugs happen. It would mean a lot to us if you could file a an issue. If you feel comfortable, please include the error details below in your issue. We will get back to you as soon as we can. </p> <Flex direction="row" width="100%" justifyContent="end"> <ExternalLink href="https://github.com/Arize-ai/phoenix/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D"> file an issue with us </ExternalLink> </Flex> <details open> <summary>error details</summary> <pre css={css` white-space: pre-wrap; overflow-wrap: break-word; overflow: hidden; overflow-y: auto; max-height: 500px; `} > {error} </pre> </details> </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