@@ -719,11 +719,34 @@ The following sets of tools are available:
719719- ** list_dependabot_alerts** - List dependabot alerts
720720 - ** Required OAuth Scopes** : ` security_events `
721721 - ** Accepted OAuth Scopes** : ` repo ` , ` security_events `
722+ - ` after ` : Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
722723 - ` owner ` : The owner of the repository. (string, required)
724+ - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
723725 - ` repo ` : The name of the repository. (string, required)
724726 - ` severity ` : Filter dependabot alerts by severity (string, optional)
725727 - ` state ` : Filter dependabot alerts by state. Defaults to open (string, optional)
726728
729+ - ** list_org_dependabot_alerts** - List org Dependabot alerts
730+ - ** Required OAuth Scopes** : ` security_events `
731+ - ** Accepted OAuth Scopes** : ` repo ` , ` security_events `
732+ - ` after ` : Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
733+ - ` ecosystem ` : Filter Dependabot alerts by package ecosystem (e.g. npm, pip, maven) (string, optional)
734+ - ` org ` : The organization name. (string, required)
735+ - ` package ` : Filter Dependabot alerts by package name (string, optional)
736+ - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
737+ - ` severity ` : Filter Dependabot alerts by severity (string, optional)
738+ - ` state ` : Filter Dependabot alerts by state. Defaults to open (string, optional)
739+
740+ - ** update_dependabot_alert** - Update Dependabot alert
741+ - ** Required OAuth Scopes** : ` security_events `
742+ - ** Accepted OAuth Scopes** : ` repo ` , ` security_events `
743+ - ` alertNumber ` : The number of the alert. (number, required)
744+ - ` dismissedComment ` : An optional comment associated with dismissing the alert. Maximum 280 characters. (string, optional)
745+ - ` dismissedReason ` : Required when state is dismissed. The reason for dismissing the alert. (string, optional)
746+ - ` owner ` : The owner of the repository. (string, required)
747+ - ` repo ` : The name of the repository. (string, required)
748+ - ` state ` : The state to set for the alert. (string, required)
749+
727750</details >
728751
729752<details >
0 commit comments