Skip to content

Commit a3c9b0b

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1735aa1 commit a3c9b0b

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
@@ -445,7 +445,7 @@ def add_entry_point_notes(owner: str = Field(description="The owner of the GitHu
445445
@mcp.tool()
446446
def store_new_user_action(owner: str = Field(description="The owner of the GitHub repository"),
447447
repo: str = Field(description="The name of the GitHub repository"),
448-
location: str = Field(description="The directory of the component where the user action belonged to"),
448+
location: str = Field(description="The directory of the component where the user action belongs to"),
449449
file: str = Field(description="The file that contains the user action"),
450450
line: int = Field(description="The file line that contains the user action"),
451451
notes: str = Field(description="New notes for this user action", default = "")):

0 commit comments

Comments
 (0)