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 @@ -428,7 +428,7 @@ def store_new_web_entry_point(owner: str = Field(description="The owner of the G
428428@mcp .tool ()
429429def 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 = "" )):
You can’t perform that action at this time.
0 commit comments