get_capabilities
Retrieve the LSP server capabilities for a Dart project by providing its absolute path.
Instructions
Get LSP server capabilities for a project.
Args: project_path: Absolute path to the Dart project root.
Returns: JSON string of server capabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |