Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
conftest.py505 B
from _pytest.config.argparsing import Parser def pytest_addoption(parser: Parser) -> None: parser.addoption( "--sqlite-on-disk", action="store_true", help="Run tests using file-based SQLite", ) parser.addoption( "--run-postgres", action="store_true", help="Run tests that require Postgres", ) parser.addoption( "--allow-flaky", action="store_true", help="Allows a number of flaky database tests to fail", )

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