UNPKG

@the_cfdude/productboard-mcp

Version:

Model Context Protocol server for Productboard REST API with dynamic tool loading

13 lines (12 loc) 362 B
/** * Field mappings and searchable fields for each entity type */ export declare const EntityFieldMappings: Record<string, { searchableFields: string[]; displayNames: Record<string, string>; summaryFields: string[]; endpoint: string; listFunction: string; serverSideFilters?: string[]; filterMappings?: Record<string, string>; }>;