Skip to content

Commit 2aff613

Browse files
Update src/seclab_taskflows/mcp_servers/repo_context.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a3c9b0b commit 2aff613

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
@@ -366,7 +366,7 @@ def add_component_notes(owner: str = Field(description="The owner of the GitHub
366366
@mcp.tool()
367367
def store_new_entry_point(owner: str = Field(description="The owner of the GitHub repository"),
368368
repo: str = Field(description="The name of the GitHub repository"),
369-
location: str = Field(description="The directory of the component where the entry point belonged to"),
369+
location: str = Field(description="The directory of the component where the entry point belongs to"),
370370
file: str = Field(description="The file that contains the entry point"),
371371
line: int = Field(description="The file line that contains the entry point"),
372372
user_input: str = Field(description="The variables that are considered as user input"),

0 commit comments

Comments
 (0)