Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
objectAsAttributes.ts303 B
import { AttributeValue } from "@opentelemetry/api"; export function objectAsAttributes<T extends Record<string, unknown>>( obj: T ): Record<string, AttributeValue> { return Object.fromEntries( Object.entries(obj).filter(([_, value]) => value !== null) ) as Record<string, AttributeValue>; }

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