Skip to content
VS Code

agentforce action audit for VS Code

io.github.jmshinhwa/agentforce-action-audit

13 rules on a Salesforce Agentforce topic file, before the deploy and before Article 50

client:VS Code transport:stdio runtime:npm

Install agentforce action audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentforce-action-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/agentforce-action-audit"
      ]
    }
  }
}

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

agentforce action audit in other clients