File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/seclab_taskflows/mcp_servers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ def add_entry_point_notes(owner: str = Field(description="The owner of the GitHu
445445@mcp .tool ()
446446def 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 = "" )):
You can’t perform that action at this time.
0 commit comments