get_server_capabilities
Retrieves the language server's capability map to classify each agent-lsp tool as supported or unsupported, avoiding unnecessary calls to servers lacking specific LSP features.
Instructions
Return the language server's capability map and classify every agent-lsp tool as supported or unsupported based on what the server advertised during initialization. Use this to determine which tools will return results before calling them — saves round trips on servers that don't support certain LSP features (e.g. not all servers support type_hierarchy or inlay_hints). Requires start_lsp to have been called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||