Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c01bf9

Browse files
committed
add readme section
1 parent6d3954d commit6c01bf9

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

‎README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ automation and interaction capabilities for developers and tools.
1919
3. Lastly you will need to[Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new).
2020
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)).
2121

22-
23-
2422
##Installation
2523

2624
###Usage with VS Code
@@ -438,6 +436,21 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
438436
-`severity`: Alert severity (string, optional)
439437
-`tool_name`: The name of the tool used for code scanning (string, optional)
440438

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)
453+
441454
##Resources
442455

443456
###Repository Content

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp