lsp_start_server
Start a language server for a specific workspace to enable semantic code intelligence features like navigation, refactoring, and diagnostics.
Instructions
Manually start a language server for a specific workspace.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | Server ID from configuration (e.g., 'typescript', 'python') | |
| workspace_root | Yes | Absolute path to the workspace/project root |