Files
nezha_domains/service/rpc/lockdown_agentcompat.go
T

16 lines
266 B
Go

//go:build agentcompat
package rpc
import (
"github.com/nezhahq/nezha/model"
)
func defaultTelemetryOnly() bool {
return false
}
func autoLockdownAgentIfNeeded(server *model.Server) {
// agentcompat harness tests full agent control (MCP exec, terminal, FM)
}