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: README.md
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@ automation and interaction capabilities for developers and tools.
19
19
3. Lastly you will need to[Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new).
20
20
The MCP server can use many of the GitHub APIs, so enable the permissions that you feel comfortable granting your AI tools (to learn more about access tokens, please check out the[documentation](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)).
21
21
22
-
23
-
24
22
##Installation
25
23
26
24
###Usage with VS Code
@@ -438,6 +436,21 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
438
436
-`severity`: Alert severity (string, optional)
439
437
-`tool_name`: The name of the tool used for code scanning (string, optional)
440
438
439
+
###Secret Scanning
440
+
441
+
-**get_secret_scanning_alert** - Get a secret scanning alert
442
+
443
+
-`owner`: Repository owner (string, required)
444
+
-`repo`: Repository name (string, required)
445
+
-`alertNumber`: Alert number (number, required)
446
+
447
+
-**list_secret_scanning_alerts** - List secret scanning alerts for a repository
448
+
-`owner`: Repository owner (string, required)
449
+
-`repo`: Repository name (string, required)
450
+
-`state`: Alert state (string, optional)
451
+
-`secret_type`: The secret types to be filtered for in a comma-seperated list (string, optional)
452
+
-`resolution`: The resolution status (string, optional)