Skip to content
Claude Desktop

proto wire break check for Claude Desktop

io.github.jmshinhwa/proto-wire-break-check

Names the .proto edits that keep compiling and quietly change what old gRPC readers see

client:Claude Desktop transport:stdio runtime:npm

Install proto wire break check in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "proto-wire-break-check": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/proto-wire-break-check"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

proto wire break check in other clients