kill_process
Forcefully terminate a running process by its PID using MCP_DesktopCommander. Ensure precise process control with this targeted termination tool.
Instructions
Terminate a running process by PID.
Use with caution as this will forcefully terminate the specified process.
This command can be referenced as "DC: ..." or "use Desktop Commander to ..." in your instructions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pid | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"pid": {
"type": "number"
}
},
"required": [
"pid"
],
"type": "object"
}