Skip to content
VS Code

privacy manifest lint for VS Code

io.github.jmshinhwa/privacy-manifest-lint

Checks PrivacyInfo.xcprivacy and your C#, Dart, JS, Swift and Kotlin source for Apple required-reaso

client:VS Code transport:stdio runtime:npm

Install privacy manifest lint in VS Code

.vscode/mcp.json

{
  "servers": {
    "privacy-manifest-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/privacy-manifest-lint"
      ]
    }
  }
}

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

privacy manifest lint in other clients