Skip to content

Localization Resource Integrity for VS Code

com.mcpscores/localization-resource-integrity

Checks the structural integrity of translated resource dictionaries against a source dictionary y...

client:VS Code transport:streamable-http tools:1

Install Localization Resource Integrity in VS Code

.vscode/mcp.json

{
  "servers": {
    "localization-resource-integrity": {
      "type": "http",
      "url": "https://mcp-factory.bowling-anthony.workers.dev/localization-resource-integrity/mcp"
    }
  }
}

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

What VS Code can do once it is connected

Localization Resource Integrity in other clients