@@ -32,11 +32,9 @@ func ListWorkflows(getClient GetClientFn, t translations.TranslationHelperFunc)
3232 }),
3333 mcp .WithString ("owner" ,
3434 mcp .Required (),
35- mcp .Description (DescriptionRepositoryOwner ),
3635 ),
3736 mcp .WithString ("repo" ,
3837 mcp .Required (),
39- mcp .Description (DescriptionRepositoryName ),
4038 ),
4139 WithPagination (),
4240 ),
@@ -92,11 +90,9 @@ func ListWorkflowRuns(getClient GetClientFn, t translations.TranslationHelperFun
9290 }),
9391 mcp .WithString ("owner" ,
9492 mcp .Required (),
95- mcp .Description (DescriptionRepositoryOwner ),
9693 ),
9794 mcp .WithString ("repo" ,
9895 mcp .Required (),
99- mcp .Description (DescriptionRepositoryName ),
10096 ),
10197 mcp .WithString ("workflow_id" ,
10298 mcp .Required (),
@@ -231,11 +227,9 @@ func RunWorkflow(getClient GetClientFn, t translations.TranslationHelperFunc) (t
231227 }),
232228 mcp .WithString ("owner" ,
233229 mcp .Required (),
234- mcp .Description (DescriptionRepositoryOwner ),
235230 ),
236231 mcp .WithString ("repo" ,
237232 mcp .Required (),
238- mcp .Description (DescriptionRepositoryName ),
239233 ),
240234 mcp .WithString ("workflow_id" ,
241235 mcp .Required (),
@@ -330,11 +324,9 @@ func GetWorkflowRun(getClient GetClientFn, t translations.TranslationHelperFunc)
330324 }),
331325 mcp .WithString ("owner" ,
332326 mcp .Required (),
333- mcp .Description (DescriptionRepositoryOwner ),
334327 ),
335328 mcp .WithString ("repo" ,
336329 mcp .Required (),
337- mcp .Description (DescriptionRepositoryName ),
338330 ),
339331 mcp .WithNumber ("run_id" ,
340332 mcp .Required (),
@@ -386,11 +378,9 @@ func GetWorkflowRunLogs(getClient GetClientFn, t translations.TranslationHelperF
386378 }),
387379 mcp .WithString ("owner" ,
388380 mcp .Required (),
389- mcp .Description (DescriptionRepositoryOwner ),
390381 ),
391382 mcp .WithString ("repo" ,
392383 mcp .Required (),
393- mcp .Description (DescriptionRepositoryName ),
394384 ),
395385 mcp .WithNumber ("run_id" ,
396386 mcp .Required (),
@@ -452,11 +442,9 @@ func ListWorkflowJobs(getClient GetClientFn, t translations.TranslationHelperFun
452442 }),
453443 mcp .WithString ("owner" ,
454444 mcp .Required (),
455- mcp .Description (DescriptionRepositoryOwner ),
456445 ),
457446 mcp .WithString ("repo" ,
458447 mcp .Required (),
459- mcp .Description (DescriptionRepositoryName ),
460448 ),
461449 mcp .WithNumber ("run_id" ,
462450 mcp .Required (),
@@ -540,11 +528,9 @@ func GetJobLogs(getClient GetClientFn, t translations.TranslationHelperFunc, con
540528 }),
541529 mcp .WithString ("owner" ,
542530 mcp .Required (),
543- mcp .Description (DescriptionRepositoryOwner ),
544531 ),
545532 mcp .WithString ("repo" ,
546533 mcp .Required (),
547- mcp .Description (DescriptionRepositoryName ),
548534 ),
549535 mcp .WithNumber ("job_id" ,
550536 mcp .Description ("The unique identifier of the workflow job (required for single job logs)" ),
@@ -788,11 +774,9 @@ func RerunWorkflowRun(getClient GetClientFn, t translations.TranslationHelperFun
788774 }),
789775 mcp .WithString ("owner" ,
790776 mcp .Required (),
791- mcp .Description (DescriptionRepositoryOwner ),
792777 ),
793778 mcp .WithString ("repo" ,
794779 mcp .Required (),
795- mcp .Description (DescriptionRepositoryName ),
796780 ),
797781 mcp .WithNumber ("run_id" ,
798782 mcp .Required (),
@@ -851,11 +835,9 @@ func RerunFailedJobs(getClient GetClientFn, t translations.TranslationHelperFunc
851835 }),
852836 mcp .WithString ("owner" ,
853837 mcp .Required (),
854- mcp .Description (DescriptionRepositoryOwner ),
855838 ),
856839 mcp .WithString ("repo" ,
857840 mcp .Required (),
858- mcp .Description (DescriptionRepositoryName ),
859841 ),
860842 mcp .WithNumber ("run_id" ,
861843 mcp .Required (),
@@ -914,11 +896,9 @@ func CancelWorkflowRun(getClient GetClientFn, t translations.TranslationHelperFu
914896 }),
915897 mcp .WithString ("owner" ,
916898 mcp .Required (),
917- mcp .Description (DescriptionRepositoryOwner ),
918899 ),
919900 mcp .WithString ("repo" ,
920901 mcp .Required (),
921- mcp .Description (DescriptionRepositoryName ),
922902 ),
923903 mcp .WithNumber ("run_id" ,
924904 mcp .Required (),
@@ -979,11 +959,9 @@ func ListWorkflowRunArtifacts(getClient GetClientFn, t translations.TranslationH
979959 }),
980960 mcp .WithString ("owner" ,
981961 mcp .Required (),
982- mcp .Description (DescriptionRepositoryOwner ),
983962 ),
984963 mcp .WithString ("repo" ,
985964 mcp .Required (),
986- mcp .Description (DescriptionRepositoryName ),
987965 ),
988966 mcp .WithNumber ("run_id" ,
989967 mcp .Required (),
@@ -1048,11 +1026,9 @@ func DownloadWorkflowRunArtifact(getClient GetClientFn, t translations.Translati
10481026 }),
10491027 mcp .WithString ("owner" ,
10501028 mcp .Required (),
1051- mcp .Description (DescriptionRepositoryOwner ),
10521029 ),
10531030 mcp .WithString ("repo" ,
10541031 mcp .Required (),
1055- mcp .Description (DescriptionRepositoryName ),
10561032 ),
10571033 mcp .WithNumber ("artifact_id" ,
10581034 mcp .Required (),
@@ -1114,11 +1090,9 @@ func DeleteWorkflowRunLogs(getClient GetClientFn, t translations.TranslationHelp
11141090 }),
11151091 mcp .WithString ("owner" ,
11161092 mcp .Required (),
1117- mcp .Description (DescriptionRepositoryOwner ),
11181093 ),
11191094 mcp .WithString ("repo" ,
11201095 mcp .Required (),
1121- mcp .Description (DescriptionRepositoryName ),
11221096 ),
11231097 mcp .WithNumber ("run_id" ,
11241098 mcp .Required (),
@@ -1177,11 +1151,9 @@ func GetWorkflowRunUsage(getClient GetClientFn, t translations.TranslationHelper
11771151 }),
11781152 mcp .WithString ("owner" ,
11791153 mcp .Required (),
1180- mcp .Description (DescriptionRepositoryOwner ),
11811154 ),
11821155 mcp .WithString ("repo" ,
11831156 mcp .Required (),
1184- mcp .Description (DescriptionRepositoryName ),
11851157 ),
11861158 mcp .WithNumber ("run_id" ,
11871159 mcp .Required (),
0 commit comments