lsp_request_log
Filter and return LSP request log entries by language, method, status, or timestamp for debugging and analysis.
Instructions
Return LSP request log entries with optional filtering by language, method, status, and time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries to return (most recent). | |
| since | No | ISO timestamp — only return entries after this time. | |
| method | No | Filter by LSP method name. | |
| status | No | Filter by request status. | |
| language | No | Filter by language. |