Skip to content

Conversation

@UmakanthKaspa
Copy link

Summary
Fixed incorrect parameter name in git_create_branch documentation.

Change

  • Line 73: start_pointbase_branch

Why
The documented start_point parameter doesn't exist in the code.
The actual parameter is base_branch (verified in server.py lines 63, 172, 417).

Impact
Users can now use the correct parameter name that matches the implementation.

Changed incorrect 'start_point' to correct 'base_branch' parameter.
The documented parameter didn't match the actual code implementation.
@koic koic force-pushed the fix-git-create-branch-docs branch from e4b5415 to 5556c3a Compare November 9, 2025 08:16
@koic koic merged commit 6f07d5f into modelcontextprotocol:main Nov 9, 2025
19 checks passed
@koic
Copy link
Member

koic commented Nov 9, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants