Skip to content

Commit e4178f2

Browse files
committed
Fixing context for status to allow for better interactions
1 parent 8c5acd5 commit e4178f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/issues.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ func ListIssues(getGQLClient GetGQLClientFn, t translations.TranslationHelperFun
862862
mcp.Description("Repository name"),
863863
),
864864
mcp.WithString("state",
865-
mcp.Description("Filter by state"),
865+
mcp.Description("Filter by state, by default both open and closed issues are returned when not provided"),
866866
mcp.Enum("OPEN", "CLOSED"),
867867
),
868868
mcp.WithArray("labels",

0 commit comments

Comments
 (0)