UNPKG

@kaminaduck/scryfall-mcp-server

Version:

A Model Context Protocol (MCP) server that provides access to the Scryfall API for Magic: The Gathering card data

8 lines 233 B
/** * Database-related MCP resources for the Scryfall server. */ /** * Get statistics about the card database. */ export declare function databaseStats(): Promise<[string, string]>; //# sourceMappingURL=databaseResources.d.ts.map