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
// eslint-disable-next-line no-undef
module.exports = {
src: "./src",
language: "typescript",
schema: "./schema.graphql",
exclude: ["**/node_modules/**", "**/__mocks__/**", "**/__generated__/**"],
noFutureProofEnums: true,
eagerEsModules: true,
customScalarTypes: {
DateTime: "string",
UUID: "string",
Identifier: "string",
CronExpression: "string",
},
typescriptExcludeUndefinedFromNullableUnion: true,
};