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 @@ -366,7 +366,7 @@ def add_component_notes(owner: str = Field(description="The owner of the GitHub
366366@mcp .tool ()
367367def store_new_entry_point (owner : str = Field (description = "The owner of the GitHub repository" ),
368368 repo : str = Field (description = "The name of the GitHub repository" ),
369- location : str = Field (description = "The directory of the component where the entry point belonged to" ),
369+ location : str = Field (description = "The directory of the component where the entry point belongs to" ),
370370 file : str = Field (description = "The file that contains the entry point" ),
371371 line : int = Field (description = "The file line that contains the entry point" ),
372372 user_input : str = Field (description = "The variables that are considered as user input" ),
You can’t perform that action at this time.
0 commit comments