Skip to content
VS Code

physbound for VS Code

io.github.jonesrobm/physbound

Physical Layer Linter: validates RF and radar calculations against hard physical limits.

client:VS Code transport:stdio runtime:pypi

Install physbound in VS Code

.vscode/mcp.json

{
  "servers": {
    "physbound": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "physbound"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

physbound in other clients