stop_tomcat
Terminate the Tomcat process in the Gradle Tomcat MCP Server. Use the optional force flag for immediate termination via SIGKILL.
Instructions
Terminate Tomcat process
Input Schema
Name | Required | Description | Default |
---|---|---|---|
force | No | Force termination with SIGKILL |
Input Schema (JSON Schema)
{
"properties": {
"force": {
"default": false,
"description": "Force termination with SIGKILL",
"type": "boolean"
}
},
"type": "object"
}