agda_typecheck
Reload and typecheck the active Agda module in a given workspace, returning diagnostics, goals, and metavariables for interactive editing.
Instructions
Reload and typecheck the active module in a workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | true always returns a job handle; false blocks until Agda finishes | |
| timeoutMs | No | Override the configured Agda command timeout for this call | |
| workspace | Yes | Opaque workspace handle returned by agda_load_module | |
| includeRaw | No | Include Agda's native event log; omitted by default because it is large | |
| deferAfterMs | No | How long this call may block before returning a job handle; capped by maxJobWaitMs | |
| diagnosticsOnly | No | Return only errors and warnings, dropping goals and metavariables | |
| includeContexts | No | Retrieve every returned goal context in the same MCP operation |