Skip to content

Commit fd4ad73

Browse files
committed
Make creating the default
1 parent 1b1bad3 commit fd4ad73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/buildkite/pipelines.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ func CreatePipeline(client PipelinesClient) (tool mcp.Tool, handler mcp.TypedToo
317317
mcp.Description("Cancel running builds when new builds are created on the same branch"),
318318
),
319319
mcp.WithBoolean("create_webhook",
320-
mcp.Description("Create a GitHub webhook for the pipeline to trigger builds in response to pull-request and push events. Only works for pipelines and repositories configured with the Buildkite GitHub app"),
320+
mcp.Description("Create a GitHub webhook to trigger builds in response to pull-request and push events. Only works for pipelines and repositories configured with the Buildkite GitHub app"),
321+
mcp.DefaultBool(true),
321322
),
322323
mcp.WithArray("tags",
323324
mcp.Description("Tags to apply to the pipeline. These can be used for filtering and organization"),

0 commit comments

Comments
 (0)