{
  "name": "ServiceAgent integration",
  "version": "1.0.0",
  "schema": "v1",
  "mcpServers": [
    {
      "name": "serviceagent",
      "command": "npx",
      "args": [
        "-y",
        "@serviceagent/mcp"
      ],
      "env": {
        "SERVICEAGENT_MCP_CLIENT": "continue-mcp"
      }
    }
  ]
}