Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
PromptsPagePromptsFragment.graphql.ts5.51 kB
/** * @generated SignedSource<<42b71d79cc5dfbf02c9a3612b67a32b8>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type PromptsPagePromptsFragment$data = { readonly prompts: { readonly edges: ReadonlyArray<{ readonly prompt: { readonly createdAt: string; readonly description: string | null; readonly id: string; readonly name: string; readonly version: { readonly createdAt: string; }; }; }>; }; readonly " $fragmentType": "PromptsPagePromptsFragment"; }; export type PromptsPagePromptsFragment$key = { readonly " $data"?: PromptsPagePromptsFragment$data; readonly " $fragmentSpreads": FragmentRefs<"PromptsPagePromptsFragment">; }; import PromptsPagePromptsQuery_graphql from './PromptsPagePromptsQuery.graphql'; const node: ReaderFragment = (function(){ var v0 = [ "prompts" ], v1 = { "alias": null, "args": null, "kind": "ScalarField", "name": "createdAt", "storageKey": null }; return { "argumentDefinitions": [ { "defaultValue": null, "kind": "LocalArgument", "name": "after" }, { "defaultValue": null, "kind": "LocalArgument", "name": "filter" }, { "defaultValue": 100, "kind": "LocalArgument", "name": "first" } ], "kind": "Fragment", "metadata": { "connection": [ { "count": "first", "cursor": "after", "direction": "forward", "path": (v0/*: any*/) } ], "refetch": { "connection": { "forward": { "count": "first", "cursor": "after" }, "backward": null, "path": (v0/*: any*/) }, "fragmentPathInResult": [], "operation": PromptsPagePromptsQuery_graphql } }, "name": "PromptsPagePromptsFragment", "selections": [ { "alias": "prompts", "args": [ { "kind": "Variable", "name": "filter", "variableName": "filter" } ], "concreteType": "PromptConnection", "kind": "LinkedField", "name": "__PromptsPage_prompts_connection", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "PromptEdge", "kind": "LinkedField", "name": "edges", "plural": true, "selections": [ { "alias": "prompt", "args": null, "concreteType": "Prompt", "kind": "LinkedField", "name": "node", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "name", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "description", "storageKey": null }, (v1/*: any*/), { "alias": null, "args": null, "concreteType": "PromptVersion", "kind": "LinkedField", "name": "version", "plural": false, "selections": [ (v1/*: any*/) ], "storageKey": null } ], "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "cursor", "storageKey": null }, { "alias": null, "args": null, "concreteType": "Prompt", "kind": "LinkedField", "name": "node", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "__typename", "storageKey": null } ], "storageKey": null } ], "storageKey": null }, { "alias": null, "args": null, "concreteType": "PageInfo", "kind": "LinkedField", "name": "pageInfo", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "endCursor", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "hasNextPage", "storageKey": null } ], "storageKey": null } ], "storageKey": null } ], "type": "Query", "abstractKey": null }; })(); (node as any).hash = "74340179b94517d4c115afbe4bc7a45e"; 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