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 fb76a20 commit d84f01eCopy full SHA for d84f01e
src/seclab_taskflows/mcp_servers/repo_context.py
@@ -476,7 +476,7 @@ def get_component(owner: str = Field(description="The owner of the GitHub reposi
476
repo: str = Field(description="The name of the GitHub repository"),
477
location: str = Field(description="The directory of the component")):
478
"""
479
- The a component from the database
+ Get a component from the database
480
481
repo = process_repo(owner, repo)
482
app = backend.get_app(repo, location)
0 commit comments