{{ 'PAC.Xpert.MoreMCPFromMarketplace' | translate: {Default: 'More MCP Toolsets from Marketplace'} }}
{{ 'PAC.Xpert.Discover' | translate: {Default: 'Discover'} }} {{ 'PAC.Xpert.Categories.All' | translate: {Default: 'All'} }} , @for (category of categories(); track category; let last = $last) { {{ 'PAC.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()) { }