/**
* @fileoverview Blog/Article MVP activity interface
* @description Interface for blog posts and articles
*/
import type { MVPActivityBase } from "./MVPActivityBase.js";
/**
* Interface for Blog/Article activities
* Used for blog posts, articles, and written content
*/
export interface MVPBlogActivity extends MVPActivityBase {
/** Number of views */
numberOfViews: number;
/** Subscriber base (if applicable) */
subscriberBase?: number;
}
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/carlosazaustre/advocu-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server