Documentation ¶ Index ¶ func Serve(ctx context.Context, host string, token string, queryParams map[string]string, ...) error func ServeWithClient(ctx context.Context, nullifyClient *client.NullifyClient, ...) error func ValidToolSets() []string type ToolSet Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Serve ¶ func Serve(ctx context.Context, host string, token string, queryParams map[string]string, toolSet ToolSet) error func ServeWithClient ¶ added in v0.13.0 func ServeWithClient(ctx context.Context, nullifyClient *client.NullifyClient, queryParams map[string]string, toolSet ToolSet) error func ValidToolSets ¶ added in v0.13.0 func ValidToolSets() []string ValidToolSets returns all valid tool set names for flag validation. Types ¶ type ToolSet ¶ added in v0.13.0 type ToolSet string ToolSet controls which MCP tools are registered. const ( ToolSetDefault ToolSet = "default" ToolSetAll ToolSet = "all" ToolSetMinimal ToolSet = "minimal" ToolSetFindings ToolSet = "findings" ToolSetAdmin ToolSet = "admin" ) Source Files ¶ View all Source files http.goprompts.goresources.goserver.gotools_admin.gotools_bughunt.gotools_composite.gotools_context.gotools_cspm.gotools_manager.gotools_pentest.gotools_sast.gotools_sca.gotools_secrets.gotools_unified.gotoolset.go Click to show internal directories. Click to hide internal directories.