proto wire break check for Cursor
io.github.jmshinhwa/proto-wire-break-check
Names the .proto edits that keep compiling and quietly change what old gRPC readers see
client:Cursor
transport:stdio
runtime:npm
Install proto wire break check in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"proto-wire-break-check": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/proto-wire-break-check"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs