Skip to content
VS Code

LLM Preflight for VS Code

io.github.feronovak/llm-preflight

Local, cross-provider preflight checks for LLM integration changes.

client:VS Code transport:stdio runtime:pypi

Install LLM Preflight in VS Code

.vscode/mcp.json

{
  "servers": {
    "llm-preflight": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "llm-preflight"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

LLM Preflight in other clients