You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/search_repositories.snap
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@
6
6
"description": "Find GitHub repositories by name, description, readme, topics, or other metadata. Perfect for discovering projects, finding examples, or locating specific repositories across GitHub.",
7
7
"inputSchema": {
8
8
"properties": {
9
+
"minimal_output": {
10
+
"default": true,
11
+
"description": "Return minimal repository information (default: true). When false, returns full GitHub API repository objects.",
12
+
"type": "boolean"
13
+
},
9
14
"page": {
10
15
"description": "Page number for pagination (min 1)",
0 commit comments