Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
settingsAnnotationsPageLoaderQuery.graphql.ts7.26 kB
/** * @generated SignedSource<<c5414ccab1856d4b2fa2994a5d5ff8b7>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type settingsAnnotationsPageLoaderQuery$variables = Record<PropertyKey, never>; export type settingsAnnotationsPageLoaderQuery$data = { readonly " $fragmentSpreads": FragmentRefs<"SettingsAnnotationsPageFragment">; }; export type settingsAnnotationsPageLoaderQuery = { response: settingsAnnotationsPageLoaderQuery$data; variables: settingsAnnotationsPageLoaderQuery$variables; }; const node: ConcreteRequest = (function(){ var v0 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }, v1 = { "alias": null, "args": null, "kind": "ScalarField", "name": "name", "storageKey": null }, v2 = { "alias": null, "args": null, "kind": "ScalarField", "name": "description", "storageKey": null }, v3 = { "alias": null, "args": null, "kind": "ScalarField", "name": "annotationType", "storageKey": null }, v4 = { "alias": null, "args": null, "kind": "ScalarField", "name": "optimizationDirection", "storageKey": null }; return { "fragment": { "argumentDefinitions": [], "kind": "Fragment", "metadata": null, "name": "settingsAnnotationsPageLoaderQuery", "selections": [ { "args": null, "kind": "FragmentSpread", "name": "SettingsAnnotationsPageFragment" } ], "type": "Query", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": [], "kind": "Operation", "name": "settingsAnnotationsPageLoaderQuery", "selections": [ { "alias": null, "args": null, "concreteType": "AnnotationConfigConnection", "kind": "LinkedField", "name": "annotationConfigs", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "AnnotationConfigEdge", "kind": "LinkedField", "name": "edges", "plural": true, "selections": [ { "alias": "annotationConfig", "args": null, "concreteType": null, "kind": "LinkedField", "name": "node", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "__typename", "storageKey": null }, { "kind": "InlineFragment", "selections": [ (v0/*: any*/), (v1/*: any*/), (v2/*: any*/), (v3/*: any*/), (v4/*: any*/), { "alias": null, "args": null, "concreteType": "CategoricalAnnotationValue", "kind": "LinkedField", "name": "values", "plural": true, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "label", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "score", "storageKey": null } ], "storageKey": null } ], "type": "CategoricalAnnotationConfig", "abstractKey": null }, { "kind": "InlineFragment", "selections": [ (v0/*: any*/), (v1/*: any*/), (v2/*: any*/), (v3/*: any*/), (v4/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "upperBound", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "lowerBound", "storageKey": null } ], "type": "ContinuousAnnotationConfig", "abstractKey": null }, { "kind": "InlineFragment", "selections": [ (v0/*: any*/), (v1/*: any*/), (v2/*: any*/), (v3/*: any*/) ], "type": "FreeformAnnotationConfig", "abstractKey": null }, { "kind": "InlineFragment", "selections": [ (v0/*: any*/) ], "type": "Node", "abstractKey": "__isNode" } ], "storageKey": null } ], "storageKey": null } ], "storageKey": null } ] }, "params": { "cacheID": "38239699bb1676189730a7c5bfaf3e16", "id": null, "metadata": {}, "name": "settingsAnnotationsPageLoaderQuery", "operationKind": "query", "text": "query settingsAnnotationsPageLoaderQuery {\n ...SettingsAnnotationsPageFragment\n}\n\nfragment AnnotationConfigTableFragment on Query {\n annotationConfigs {\n edges {\n annotationConfig: node {\n __typename\n ... on CategoricalAnnotationConfig {\n id\n name\n description\n annotationType\n optimizationDirection\n values {\n label\n score\n }\n }\n ... on ContinuousAnnotationConfig {\n id\n name\n description\n annotationType\n optimizationDirection\n upperBound\n lowerBound\n }\n ... on FreeformAnnotationConfig {\n id\n name\n description\n annotationType\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n}\n\nfragment SettingsAnnotationsPageFragment on Query {\n ...AnnotationConfigTableFragment\n}\n" } }; })(); (node as any).hash = "b14c2976ebc78d4709a4e54aa2a20132"; export default node;

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