{{ toolset().name }}
{{ 'XP.KEY_WORDS.By' | translate: { Default: 'By' } }} {{ toolset().createdBy | user }}
@if (!inline()) {
{{ toolset().description | i18n }}
@if (tags()?.length) {
@for (tag of tags(); track tag.id) { }
}
}
{{ eXpertToolsetCategoryEnum.MCP == toolset().category ? 'MCP/' + toolset().type : toolset().category || 'Tool' }}