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
Description: "Repository owner or organization login. For org-level discussion URLs like https://github.com/orgs/ORG/discussions/NUMBER, use ORG.",
393
-
},
394
-
"repo": {
395
-
Type: "string",
396
-
Description: "Repository name. For org-level discussion URLs like https://github.com/orgs/ORG/discussions/NUMBER, use .github.",
397
-
},
398
-
"discussionNumber": {
399
-
Type: "number",
400
-
Description: "Discussion number from the URL path after /discussions/. This is not a node ID.",
401
-
},
402
-
"includeReplies": {
403
-
Type: "boolean",
404
-
Description: "Optional. Set true only when the user explicitly asks to include replies. Set false when the user explicitly asks to exclude replies. Omit when replies are not mentioned.",
schema.Properties["perPage"].Description="Optional page size. Do not provide unless the user explicitly asks for a page size, limit, first N comments, or pagination."
410
-
411
387
returnNewTool(
412
388
ToolsetMetadataDiscussions,
413
389
mcp.Tool{
@@ -420,7 +396,28 @@ Do not call get_discussion first for comment-related requests; this tool is suff
Description: "Repository owner or organization login. For org-level discussion URLs like https://github.com/orgs/ORG/discussions/NUMBER, use ORG.",
405
+
},
406
+
"repo": {
407
+
Type: "string",
408
+
Description: "Repository name. For org-level discussion URLs like https://github.com/orgs/ORG/discussions/NUMBER, use .github.",
409
+
},
410
+
"discussionNumber": {
411
+
Type: "number",
412
+
Description: "Discussion number from the URL path after /discussions/. This is not a node ID.",
413
+
},
414
+
"includeReplies": {
415
+
Type: "boolean",
416
+
Description: "Optional. Set true only when the user explicitly asks to include replies. Set false when the user explicitly asks to exclude replies. Omit when replies are not mentioned.",
0 commit comments