재구성 AX Agent 설정과 채팅 UI를 Claude형 구조로
Some checks failed
Release Gate / gate (push) Has been cancelled

This commit is contained in:
2026-04-04 17:48:51 +09:00
parent 90c2f15e96
commit a027ea4f9a
6000 changed files with 11532 additions and 94063 deletions

View File

@@ -81,7 +81,7 @@ public class McpClientService : IDisposable
{
protocolVersion = "2024-11-05",
capabilities = new { },
clientInfo = new { name = "AX Copilot", version = "1.7.2" },
clientInfo = new { name = "AX Copilot", version = "0.7.3" },
}, ct);
if (initResult == null) return false;
@@ -328,3 +328,4 @@ public class McpClientService : IDisposable
catch { }
}
}