Validate service runtime
validate_service_runtimeValidate the working directory, environment, and configuration for a language service, then return diagnostics to catch errors before service upsert.
Instructions
Validate cwd/env/config for a language service and return diagnostics before upsert_service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| env | No | ||
| config | No | ||
| language | Yes | ||
| project_root | Yes |