Skip to content

livewire client surface audit for Cline

io.github.jmshinhwa/livewire-client-surface-audit

Marks every line of a Livewire or Blade file that the visitor's browser can call, rewrite or read

client:Cline transport:stdio runtime:npm

Install livewire client surface audit in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "livewire-client-surface-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/livewire-client-surface-audit"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

livewire client surface audit in other clients