mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 14:32:31 +08:00
refactor: move uixt mcp server
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user