Skip to content

Commit 36ab78b

Browse files
committed
fix: Update description for target_commitish and make it required
1 parent 71db89b commit 36ab78b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

operations/repository/creatre_release.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ var CreateReleaseTool = mcp.NewTool(
4747
),
4848
mcp.WithString(
4949
"target_commitish",
50-
mcp.Description("The branch name or commit SHA"),
50+
mcp.Description("The branch name or commit SHA, defaults to the repository's default branch"),
51+
mcp.Required(),
5152
),
5253
)
5354

0 commit comments

Comments
 (0)