You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcp.Description("The pipeline configuration in YAML format. Contains the build steps and pipeline settings. If not provided, a basic configuration will be used"),
319
319
),
320
+
mcp.WithBoolean("create_webhook",
321
+
mcp.Required(),
322
+
mcp.Description("Create a GitHub webhook to trigger builds in response to pull-request and push events"),
323
+
mcp.DefaultBool(true),
324
+
),
320
325
mcp.WithString("description"),
321
326
mcp.WithString("default_branch",
322
327
mcp.Description("The default branch for builds and metrics filtering"),
0 commit comments