Start with a real workspace and keep the first scan non-blocking.
Use --no-exit-code for the first pass so you can evaluate the output without wiring the scan into CI or hooks yet.
npx mcp-preflight scan . --no-exit-code # repeat local use npm install -g mcp-preflight mcp-preflight scan .
Good early signal
The scan finds concrete config, auth, or text issues that you would not have caught quickly by hand.
Bad early signal
You do not understand the output, or the warnings feel detached from actual MCP setup decisions.