Skip to content

Commit fb76a20

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

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
@@ -428,7 +428,7 @@ def store_new_web_entry_point(owner: str = Field(description="The owner of the G
428428
@mcp.tool()
429429
def add_entry_point_notes(owner: str = Field(description="The owner of the GitHub repository"),
430430
repo: str = Field(description="The name of the GitHub repository"),
431-
location: str = Field(description="The directory of the component where the entry point belonged to"),
431+
location: str = Field(description="The directory of the component where the entry point belongs to"),
432432
file: str = Field(description="The file that contains the entry point"),
433433
line: int = Field(description="The file line that contains the entry point"),
434434
notes: str = Field(description="The notes for this entry point", default = "")):

0 commit comments

Comments
 (0)