refactor: move uixt mcp server

This commit is contained in:
lilong.129
2025-05-24 10:38:52 +08:00
parent 014140ccc7
commit 0a68701faa
4 changed files with 52 additions and 53 deletions

View File

@@ -69,8 +69,8 @@ func (h *MCPHost) InitServers(ctx context.Context) error {
// initialize uixt MCP server
if h.withUIXT {
h.connections["uixt"] = &Connection{
Client: &MCPClient4XTDriver{
server: NewMCPServer(),
Client: &uixt.MCPClient4XTDriver{
Server: uixt.NewMCPServer(),
},
Config: nil,
}