Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | MCP HTTP service port. Default is 3001. | 3001 |
| WEBSHELL_DB_HOST | No | MySQL database host. Default is mysql. | mysql |
| WEBSHELL_DB_PORT | No | MySQL database port. Default is 3306. | 3306 |
| WEBSHELL_DB_USER | No | MySQL database username. Default is webshell. | webshell |
| MOCK_WEBSHELL_PORT | No | Inline WebShell Gateway HTTP/WS port. Default is 9100. | 9100 |
| SSH_WEBSHELL_API_URL | No | WebShell gateway address. Default is http://localhost:9100. | http://localhost:9100 |
| WEBSHELL_DB_DATABASE | No | MySQL database name. Default is webshell. | webshell |
| WEBSHELL_DB_PASSWORD | No | MySQL database password. Default is webshell_pass. | webshell_pass |
| SSH_WEBSHELL_API_TOKEN | No | API Token used when calling protected WebShell gateway interfaces (optional/for compatibility). | |
| WEBSHELL_PUBLIC_BASE_URL | No | Base URL for session links exposed to users. Default is http://localhost:9100. | http://localhost:9100 |
| SSH_WEBSHELL_HTTP_TIMEOUT_MS | No | Request timeout in milliseconds. Default is 15000. | 15000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |