2 parents 910a8e9 + 1398648 commit 8d4b7ceCopy full SHA for 8d4b7ce
1 file changed
src/components/ChattyLLM/Message.vue
@@ -242,6 +242,9 @@ export default {
242
}
243
},
244
getSourceString(source) {
245
+ if (source.startsWith('mcp_')) {
246
+ return t('assistant', 'MCP server: {tool_id}', { tool_id: source.substring('mcp_'.length) })
247
+ }
248
return this.informationSourceNames[source] ? this.informationSourceNames[source] : source
249
250
0 commit comments