start_lsp
Initialize the Chromia LSP server by providing the project root directory. Required before using any other LSP features to resolve file paths.
Instructions
Start the LSP server with a specified root directory. IMPORTANT: This tool must be called before using any other LSP functionality. The root directory should point to the project's base folder, which typically contains configuration files like tsconfig.json, package.json, or other language-specific project files. All file paths in other tool calls will be resolved relative to this root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_dir | Yes | The root directory for the LSP server |