livewire client surface audit for Cursor
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:Cursor
transport:stdio
runtime:npm
Install livewire client surface audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"livewire-client-surface-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/livewire-client-surface-audit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs