Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
salman1993 committed Jan 8, 2025
1 parent 6ac5774 commit 9b4e138
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/goose-mcp/src/developer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,22 @@ impl DeveloperRouter {
},
"command": {
"enum": ["view", "write", "str_replace", "undo_edit"],
"description": "The commands to run."
"description": "The command to run."
},
"new_str": {
"type": "string",
"default": null,
"description": "Required for the `replace` command."
"description": "Required for the `str_replace` command."
},
"old_str": {
"type": "string",
"default": null,
"description": "Required for the `replace` command."
"description": "Required for the `str_replace` command."
},
"file_text": {
"type": "string",
"default": null,
"description": "Required for `create` command."
"description": "Required for `write` command."
},
}
}),
Expand Down

0 comments on commit 9b4e138

Please sign in to comment.