Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
status | Get the current git repository status. |
add | Add files to the git staging area. |
commit | Commit staged changes to the git repository. |
log | View commit history and log information from a git repository. |
create-branch | Create a new git branch, optionally from a specific starting point. |
checkout | Switch branches, commits, or restore working tree files. |
reset | Reset repository state (soft, mixed, hard). |
diff | Show differences between commits, branches, files. |
show | Display commit details and changes. |
init | Initialize new Git repository. |