mcp-server-code-assist
by abhishekbhakat
Verified
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 |
---|---|
git-advanced | Handle advanced git operations with verification |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_directory | Lists directory contents using system ls/dir command |
create_directory | Creates a new directory |
create_file | Creates a new file with content |
delete_file | Deletes a file |
modify_file | Modifies parts of a file using string replacements |
rewrite_file | Rewrites entire file content |
read_file | Reads file content |
file_tree | Lists directory tree structure with git tracking support |
git_status | Shows git repository status |
git_diff | Shows git diff |
git_log | Shows git commit history |
git_show | Shows git commit details |