{{ 'XP.Xpert.MoreMCPFromMarketplace' | translate: { Default: 'More MCP Toolsets from Marketplace' } }}
{{ 'XP.Xpert.Discover' | translate: { Default: 'Discover' } }} {{ 'XP.Xpert.Categories.All' | translate: { Default: 'All' } }} , @for (category of categories(); track category; let last = $last) { {{ 'XP.Xpert.Categories.' + category | translate: { Default: category } }} @if (!last) { , } }
@for (template of templates(); track template) {
{{ template.type || 'Tool' }}
{{ template.title }}
{{ template.author }} / {{ template.id }}
{{ template.description }}
{{ template.visitCount | number }}
ยท
@for (tag of template.tags; track tag) {
# {{ tag | capitalize }}
}
}
@if (loading()) { }