Skip to main content
Glama
subscriptions.js774 B
/* eslint-disable */ // this is an auto generated file. This will be overwritten export const onNewArticle = /* GraphQL */ ` subscription OnNewArticle($feedId: ID, $category: String) { onNewArticle(feedId: $feedId, category: $category) { id feedId title content abstract link pubDate fetchDate author status feedTitle feedCategory __typename } } `; export const onStatusChange = /* GraphQL */ ` subscription OnStatusChange($articleId: ID!) { onStatusChange(articleId: $articleId) { id feedId title content abstract link pubDate fetchDate author status feedTitle feedCategory __typename } } `;

Latest Blog Posts

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/xrusjohn/mcp_rss_buhe'

If you have feedback or need assistance with the MCP directory API, please join our Discord server