修复未定义的方法

This commit is contained in:
Chingfeng Li
2025-10-24 16:01:12 +08:00
parent eb743ab577
commit 47b44bb124
+1 -1
View File
@@ -2133,7 +2133,7 @@
// 显示错误 // 显示错误
function showMcpError(message) { function showMcpError(message) {
const errorContainer = document.getElementById('mcpErrorContainer'); const errorContainer = document.getElementById('mcpErrorContainer');
errorContainer.innerHTML = `<div class="mcp-error">${escapeHtml(message)}</div>`; errorContainer.innerHTML = `<div class="mcp-error">${message}</div>`;
} }
// 编辑工具 // 编辑工具