File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
packages/developer_mcp_server/src/developer_mcp_server Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 22from gg_api_core .tools .find_current_source_id import find_current_source_id
33from gg_api_core .tools .generate_honey_token import generate_honeytoken
44from gg_api_core .tools .list_honey_tokens import list_honeytokens
5- from gg_api_core .tools .list_repo_incidents import list_repo_incidents
65from gg_api_core .tools .list_repo_occurrences import list_repo_occurrences
76from gg_api_core .tools .list_users import list_users
87from gg_api_core .tools .remediate_secret_incidents import remediate_secret_incidents
@@ -66,13 +65,13 @@ def register_developer_tools(mcp: FastMCP):
6665 required_scopes = ["scan" ],
6766 )
6867
69- mcp .tool (
70- list_repo_incidents ,
71- description = "List secret incidents or occurrences related to a specific repository, and assigned to the current user."
72- "By default, this tool only shows incidents assigned to the current user. "
73- "Only pass mine=False to get all incidents related to this repo if the user explicitly asks for all incidents even the ones not assigned to him." ,
74- required_scopes = ["incidents:read" , "sources:read" ],
75- )
68+ # mcp.tool(
69+ # list_repo_incidents,
70+ # description="List secret incidents or occurrences related to a specific repository, and assigned to the current user."
71+ # "By default, this tool only shows incidents assigned to the current user. "
72+ # "Only pass mine=False to get all incidents related to this repo if the user explicitly asks for all incidents even the ones not assigned to him.",
73+ # required_scopes=["incidents:read", "sources:read"],
74+ # )
7675
7776 mcp .tool (
7877 list_repo_occurrences ,
You can’t perform that action at this time.
0 commit comments