Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute_command | Execute a terminal command in a specified directory |
| git_clone | Clone a git repository to a specified location |
| install_react_project | Create a new React project using Vite and open it in VSCode |
| install_vue_project | Create a new Vue project using Vite and open it in VSCode |
| install_next_project | Create a new Next.js project and open it in VSCode |
| open_in_vscode | Open a directory or file in VSCode |
| check_directory | Check if a directory exists and list its contents |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |