Skip to content

Commit 39fecdd

Browse files
committed
Remove extra note from description
1 parent fd4ad73 commit 39fecdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/buildkite/pipelines.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ 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 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"),
321321
mcp.DefaultBool(true),
322322
),
323323
mcp.WithArray("tags",

0 commit comments

Comments
 (0)