Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_DIR | No | Directory for log files | ./logs |
| TOMCAT_PORT | No | Expected Tomcat port | 8080 |
| GRADLE_COMMAND | No | Gradle command to run | appRun |
| GRADLE_WORKING_DIR | No | Working directory for Gradle commands | current directory |
| MAX_LOG_BUFFER_SIZE | No | Maximum log entries in memory | 1000 |
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 |
|---|---|
| start_tomcat | Launch Tomcat via Gradle |
| stop_tomcat | Terminate Tomcat process |
| restart_tomcat | Stop and start Tomcat |
| get_tomcat_status | Check Tomcat process status |
| get_logs | Retrieve log entries |
| clear_logs | Clear log buffer and files |