mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
Fix git_create_branch parameter documentation
Changed incorrect 'start_point' to correct 'base_branch' parameter. The documented parameter didn't match the actual code implementation.
This commit is contained in:
committed by
Koichi ITO
parent
db28e2a75b
commit
5556c3a0f4
@@ -70,7 +70,7 @@ Please note that mcp-server-git is currently in early development. The functiona
|
||||
- Inputs:
|
||||
- `repo_path` (string): Path to Git repository
|
||||
- `branch_name` (string): Name of the new branch
|
||||
- `start_point` (string, optional): Starting point for the new branch
|
||||
- `base_branch` (string, optional): Base branch to create from (defaults to current branch)
|
||||
- Returns: Confirmation of branch creation
|
||||
10. `git_checkout`
|
||||
- Switches branches
|
||||
|
||||
Reference in New Issue
Block a user