Skip to content

Commit d84f01e

Browse files
Update src/seclab_taskflows/mcp_servers/repo_context.py
Co-authored-by: Copilot <[email protected]>
1 parent fb76a20 commit d84f01e

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
@@ -476,7 +476,7 @@ def get_component(owner: str = Field(description="The owner of the GitHub reposi
476476
repo: str = Field(description="The name of the GitHub repository"),
477477
location: str = Field(description="The directory of the component")):
478478
"""
479-
The a component from the database
479+
Get a component from the database
480480
"""
481481
repo = process_repo(owner, repo)
482482
app = backend.get_app(repo, location)

0 commit comments

Comments
 (0)