Skip to content

Commit 0dd72e0

Browse files
m-y-moCopilot
andauthored
Update src/seclab_taskflows/mcp_servers/repo_context.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 75a4bc1 commit 0dd72e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflows/mcp_servers/repo_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def get_component_issues(owner: str = Field(description="The owner of the GitHub
569569
def get_component_issues_for_repo(owner: str = Field(description="The owner of the GitHub repository"),
570570
repo: str = Field(description="The name of the GitHub repository")):
571571
"""
572-
Get issues for the component.
572+
Get all component issues for the repository.
573573
"""
574574
repo = process_repo(owner, repo)
575575
return json.dumps(backend.get_app_issues(repo, None))

0 commit comments

Comments
 (0)