lsp_stop_server
Stop a running language server to manage resources or switch configurations. Specify a server ID to stop specific instances or omit workspace details to stop all instances of that server type.
Instructions
Stop a running language server.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | Server ID from configuration (e.g., 'typescript', 'python') | |
| workspace_root | No | Workspace root to stop server for. If omitted, stops all instances of this server type. |