LLM Preflight for Zed
io.github.feronovak/llm-preflight
Local, cross-provider preflight checks for LLM integration changes.
client:Zed
transport:stdio
runtime:pypi
Install LLM Preflight in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"llm-preflight": {
"command": "uvx",
"args": [
"llm-preflight"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs