MCP.so
登录
服务器

Agent Audit

@fullstackdegen

Agent Audit runs Lighthouse against any URL and converts the output into structured fix packs your coding agent can execute. Each fix pack includes the failing audit evidence, CSS selectors to locate the issue in your repo, implementation steps, and acceptance criteria to verify

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "agent-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@fullstackdegen/agent-audit"
      ]
    }
  }
}

来自「AI 与智能体」的更多内容