We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a4bc1 commit 0dd72e0Copy full SHA for 0dd72e0
src/seclab_taskflows/mcp_servers/repo_context.py
@@ -569,7 +569,7 @@ def get_component_issues(owner: str = Field(description="The owner of the GitHub
569
def get_component_issues_for_repo(owner: str = Field(description="The owner of the GitHub repository"),
570
repo: str = Field(description="The name of the GitHub repository")):
571
"""
572
- Get issues for the component.
+ Get all component issues for the repository.
573
574
repo = process_repo(owner, repo)
575
return json.dumps(backend.get_app_issues(repo, None))
0 commit comments