/**
* @fileoverview Book/E-book MVP activity interface
* @description Interface for book and e-book activities
*/
import type { MVPActivityBase } from "./MVPActivityBase.js";
/**
* Interface for Book/E-book activities
* Used for books, e-books, and published materials
*/
export interface MVPBookActivity extends MVPActivityBase {
/** Number of copies sold or distributed */
copiesSold?: number;
/** Subscriber base or reader count */
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