stop_server
Stop a running process by specifying its name using the MCP Server tool, facilitating efficient management of AI agent interactions with VS Code.
Instructions
Stop a running server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Process name |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Process name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}