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
import { css } from "@emotion/react";
export const spansTableCSS = css`
display: flex;
flex-direction: column;
flex: 1 1 auto;
overflow: hidden;
.span-filter-condition-field {
flex: 1 1 auto;
}
// Style the column selector
.dropdown__button {
min-width: var(--global-dimension-static-size-300);
}
`;