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