git_config
Configure Git repository settings such as scope, key, and value for local, global, or system-level configuration using the Git Repo Browser MCP tool.
Instructions
Configure git settings for the repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Configuration key | |
repo_path | Yes | The path to the local Git repository | |
scope | No | Configuration scope (local, global, system) | local |
value | Yes | Configuration value |