Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
openapi-schema.yaml750 B
name: OpenAPI Schema Backward Compatibility permissions: contents: read on: push: paths: - "schemas/openapi.json" pull_request: paths: - "schemas/openapi.json" jobs: openapi-schema-backward-compatibility: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 sparse-checkout: schemas/openapi.json sparse-checkout-cone-mode: false - name: Copy schema file run: | cp schemas/openapi.json .${{ github.sha }}.openapi.json git checkout ${{ github.base_ref }} - uses: docker://openapitools/openapi-diff with: args: --fail-on-incompatible schemas/openapi.json .${{ github.sha }}.openapi.json

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