stop_search
Stop active background search processes in Desktop Commander MCP. Gracefully terminate ongoing searches when results are found or operations take too long, while preserving final results for review.
Instructions
Stop an active search.
Stops the background search process gracefully. Use this when you've found
what you need or if a search is taking too long. Similar to force_terminate
for terminal processes.
The search will still be available for reading final results until it's
automatically cleaned up after 5 minutes.
This command can be referenced as "DC: ..." or "use Desktop Commander to ..." in your instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"sessionId": {
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}