Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
test_telemetry.py777 B
from phoenix.server.telemetry import normalize_http_collector_endpoint def test_normalize_http_collector_endpoint() -> None: assert normalize_http_collector_endpoint("http://localhost:4317") == "http://localhost:4317" assert normalize_http_collector_endpoint("https://localhost:4317") == "https://localhost:4317" assert normalize_http_collector_endpoint("localhost:4317") == "http://localhost:4317" assert ( normalize_http_collector_endpoint("http://localhost:4317/v1/traces") == "http://localhost:4317" ) assert ( normalize_http_collector_endpoint("https://localhost:4317/v1/traces") == "https://localhost:4317" ) assert normalize_http_collector_endpoint("localhost:4317/v1/traces") == "http://localhost:4317"

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