Chore: pw tools to be disabled as default
This commit is contained in:
2
tools.go
2
tools.go
@@ -1505,7 +1505,7 @@ func registerWindowTools() {
|
||||
|
||||
func registerPlaywrightTools() {
|
||||
removePlaywrightToolsFromBaseTools()
|
||||
if cfg != nil && !cfg.NoPlaywright {
|
||||
if cfg != nil && cfg.PlaywrightEnabled {
|
||||
fnMap["pw_start"] = pwStart
|
||||
fnMap["pw_stop"] = pwStop
|
||||
fnMap["pw_is_running"] = pwIsRunning
|
||||
|
||||
Reference in New Issue
Block a user