Currently, codemcp automatically commits changes when editing files. It would be valuable to have an option to disable this behavior, allowing users to review changes in their local editor before deciding whether to commit them.
This could be implemented as a flag during initialization (e.g., --no-auto-commit) or as a configuration option in codemcp.toml.