unofficial-ravensburger-playhub-mcp
Version:
MCP server for finding Disney Lorcana TCG events
34 lines (33 loc) • 3.46 kB
TypeScript
/**
* API surface delegated to the shared playhub API package.
*/
export declare const STATUSES: readonly ["upcoming", "inProgress", "past", "all"];
export declare const expandStatusesForApi: typeof import("unofficial-ravensburger-playhub-api").expandStatusesForApi;
export declare const loadFilterOptions: typeof import("unofficial-ravensburger-playhub-api").loadFilterOptions;
export declare const updateFilterMaps: typeof import("unofficial-ravensburger-playhub-api").updateFilterMaps;
export declare const fetchGameplayFormats: typeof import("unofficial-ravensburger-playhub-api").fetchGameplayFormats;
export declare const fetchCategories: typeof import("unofficial-ravensburger-playhub-api").fetchCategories;
export declare const fetchEventQuickFilters: typeof import("unofficial-ravensburger-playhub-api").fetchEventQuickFilters;
export declare const fetchEvents: typeof import("unofficial-ravensburger-playhub-api").fetchEvents;
export declare const fetchEventDetails: typeof import("unofficial-ravensburger-playhub-api").fetchEventDetails;
export declare const fetchEventRegistrations: typeof import("unofficial-ravensburger-playhub-api").fetchEventRegistrations;
export declare const fetchTournamentRoundStandings: typeof import("unofficial-ravensburger-playhub-api").fetchTournamentRoundStandings;
export declare const fetchTournamentRoundMatches: typeof import("unofficial-ravensburger-playhub-api").fetchTournamentRoundMatches;
export declare const fetchStores: typeof import("unofficial-ravensburger-playhub-api").fetchStores;
export declare const fetchStoreDetails: typeof import("unofficial-ravensburger-playhub-api").fetchStoreDetails;
export declare const fetchGames: typeof import("unofficial-ravensburger-playhub-api").fetchGames;
export declare const fetchGameDetails: typeof import("unofficial-ravensburger-playhub-api").fetchGameDetails;
export declare const geocodeAddress: typeof import("unofficial-ravensburger-playhub-api").geocodeAddress;
export declare const geocodePlaceId: typeof import("unofficial-ravensburger-playhub-api").geocodePlaceId;
export declare const autocompletePlaces: typeof import("unofficial-ravensburger-playhub-api").autocompletePlaces;
export declare const searchCardsQuick: typeof import("unofficial-ravensburger-playhub-api").searchCardsQuick;
export declare const searchCardsWithFilters: typeof import("unofficial-ravensburger-playhub-api").searchCardsWithFilters;
export declare const fetchCardById: typeof import("unofficial-ravensburger-playhub-api").fetchCardById;
export declare const resolveFormatIds: typeof import("unofficial-ravensburger-playhub-api").resolveFormatIds;
export declare const resolveCategoryIds: typeof import("unofficial-ravensburger-playhub-api").resolveCategoryIds;
export declare const resolveFormatIdsStrict: typeof import("unofficial-ravensburger-playhub-api").resolveFormatIdsStrict;
export declare const resolveCategoryIdsStrict: typeof import("unofficial-ravensburger-playhub-api").resolveCategoryIdsStrict;
export declare const getCategoryName: typeof import("unofficial-ravensburger-playhub-api").getCategoryName;
export declare const fetchAllRoundStandings: typeof import("unofficial-ravensburger-playhub-api").fetchAllRoundStandings;
export declare const getEventStandings: typeof import("unofficial-ravensburger-playhub-api").getEventStandings;
export declare const fetchAllEventStandings: typeof import("unofficial-ravensburger-playhub-api").fetchAllEventStandings;