Skip to content

Commit 2c40bc5

Browse files
Apply suggestions from code review
1 parent d84f01e commit 2c40bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/seclab_taskflows/mcp_servers/repo_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def store_new_user_action(owner: str = Field(description="The owner of the GitHu
461461
@mcp.tool()
462462
def add_user_action_notes(owner: str = Field(description="The owner of the GitHub repository"),
463463
repo: str = Field(description="The name of the GitHub repository"),
464-
location: str = Field(description="The directory of the component where the user action belonged to"),
464+
location: str = Field(description="The directory of the component where the user action belongs to"),
465465
file: str = Field(description="The file that contains the user action"),
466466
line: str = Field(description="The file line that contains the user action"),
467467
notes: str = Field(description="The notes for user action", default = "")):

0 commit comments

Comments
 (0)