Get git integration config
get_git_configReads a project's git integration settings and reports the resolved push mode, showing whether it uses commit-only or push, based on project, global, or default settings.
Instructions
Read the project's optional git integration settings (enabled, remote, branch, push, messagePrefix, gitMode). Also reports the RESOLVED push mode (resolvedGitMode) and where it came from (gitModeSource: "project" | "global" | "default") — the project's own gitMode wins, then the account-wide default (set_global_config), then "commit-only" (never push). Disabled by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes |