=== DONE === - MCP Apps UI system added (11 apps with _meta.ui.resourceUri) - 19 new tool modules added - Tool count: 269 → 461 across 38 categories - Upstream changes merged - All tools tagged with _meta labels - Package lock updated === TO-DO === - [ ] Fix 42 failing edge case tests (BLOCKER — Stage 11) - [ ] Live API testing with GHL credentials - [ ] App design approval for Stage 7→8
12 lines
764 B
TypeScript
12 lines
764 B
TypeScript
export { buildContactGridTree } from './contact-grid.template.js';
|
|
export { buildPipelineBoardTree } from './pipeline-board.template.js';
|
|
export { buildQuickBookTree } from './quick-book.template.js';
|
|
export { buildOpportunityCardTree } from './opportunity-card.template.js';
|
|
export { buildCalendarViewTree } from './calendar-view.template.js';
|
|
export { buildInvoicePreviewTree } from './invoice-preview.template.js';
|
|
export { buildCampaignStatsTree } from './campaign-stats.template.js';
|
|
export { buildAgentStatsTree } from './agent-stats.template.js';
|
|
export { buildContactTimelineTree } from './contact-timeline.template.js';
|
|
export { buildWorkflowStatusTree } from './workflow-status.template.js';
|
|
export { buildDashboardTree } from './dashboard.template.js';
|