Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
debugMode | No | Enable or disable debug mode for detailed logging | false |
maxBufferSize | No | The maximum buffer size for command output in bytes | 10485760 |
scriptTimeout | No | The timeout for script execution in milliseconds | 60000 |
defaultTimeout | No | The default timeout for commands in milliseconds | 30000 |
wslDistribution | No | The WSL distribution to use for running commands | auto-detect |
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 |
---|---|
execute_bash_command | Execute a bash command in WSL2 Linux environment |
execute_bash_script | Execute a bash script file in WSL2 Linux environment |
create_bash_script | Create a bash script file with specified content |
list_directory | List contents of a directory in WSL2 Linux environment |
get_system_info | Get system information about the WSL2 Linux environment |
check_wsl_status | Check WSL2 status and get distribution information |