mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-11 02:39:46 +08:00
feat: add argument --with-uixt to start built-in uixt MCP server
This commit is contained in:
@@ -25,7 +25,7 @@ type Router struct {
|
||||
}
|
||||
|
||||
func (r *Router) InitMCPHost(configPath string) error {
|
||||
mcpHost, err := mcphost.NewMCPHost(configPath)
|
||||
mcpHost, err := mcphost.NewMCPHost(configPath, false)
|
||||
if err != nil {
|
||||
log.Error().Err(err).Msg("init MCP host failed")
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user