UNPKG
@nvhien20vn/git-mcp-server
Version:
latest (0.0.1)
0.0.1
mcp for git
github.com/nvhien20vn/git-mcp-server
nvhien20vn/git-mcp-server
@nvhien20vn/git-mcp-server
/
dist
/
mcp-server
/
tools
/
gitCheckout
/
index.js
7 lines
(6 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** *
@fileoverview
Barrel file for the gitCheckout tool. */
export
{ registerGitCheckoutTool, initializeGitCheckoutStateAccessors }
from
'./registration.js'
;
// Export types if needed elsewhere, e.g.:
// export type { GitCheckoutInput, GitCheckoutResult } from './logic.js';