Skip to content

Commit 478df19

Browse files
fix(list_issues): add hint for scope all
1 parent b242522 commit 478df19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ const allTools = [
498498
},
499499
{
500500
name: "list_issues",
501-
description: "List issues across all accessible projects or within a specific project",
501+
description: "List issues (default: created by current user only; use scope='all' for all accessible issues)",
502502
inputSchema: zodToJsonSchema(ListIssuesSchema),
503503
},
504504
{

0 commit comments

Comments
 (0)