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
returnf"Stored {stored_count} remote sources in {repo}."
184
185
185
186
@mcp.tool()
186
-
deffetch_sources(owner: str, repo: str):
187
+
deffetch_sources(owner: str=Field(description="The owner of the GitHub repository", default=""), repo: str=Field(description="The name of the GitHub repository", default="")):
defclear_codeql_repo(owner: str=Field(description="The owner of the GitHub repository", default=""), repo: str=Field(description="The name of the GitHub repository", default="")):
0 commit comments