# UAT Report: {Server Name}

**Date**: {execution_date}
**Plan**: {plan_file}
**Duration**: {total_duration}
**Result**: {PASS | FAIL | PARTIAL}

## Executive Summary

| Metric | Value |
|--------|-------|
| Total tests | {total} |
| Passed | {pass_count} ({pass_pct}%) |
| Failed | {fail_count} ({fail_pct}%) |
| Skipped | {skip_count} ({skip_pct}%) |
| Errors | {error_count} ({error_pct}%) |
| Tool coverage | {tested}/{total_tools} ({coverage_pct}%) |
| Issues filed | {issue_count} |
| Execution mode | {quick | standard | full} |

## Tool Coverage Matrix

| Tool | Phase | Happy Path | Edge Case | Negative | Status |
|------|-------|------------|-----------|----------|--------|
| {tool_name} | P{nn} | {PASS/FAIL/—} | {PASS/FAIL/—} | {PASS/FAIL/—} | {Full/Partial/None} |

**Coverage**: {tested}/{total_tools} tools ({coverage_pct}%)

### Untested Tools
| Tool | Reason |
|------|--------|
| {tool_name} | {reason not tested} |

## Phase Results

| Phase | Tests | Pass | Fail | Skip | Error | Duration |
|-------|-------|------|------|------|-------|----------|
| P00: Preflight | {n} | {n} | {n} | {n} | {n} | {duration} |
| P01: Seed Data | {n} | {n} | {n} | {n} | {n} | {duration} |
{repeat for each phase}
| **Total** | **{n}** | **{n}** | **{n}** | **{n}** | **{n}** | **{duration}** |

## Failures

### {test_id}: {test_name}

- **Tool**: {mcp_tool_name}
- **Phase**: {phase_name}
- **Expected**: {pass criteria summary}
- **Actual**: {what happened}
- **Issue**: #{issue_number}
- **Severity**: {critical | high | medium | low}

{repeat for each failure}

## Regression Analysis

{Only if --compare was used}

### Regressions (previously passed, now failing)

| Test | Tool | Previous | Current |
|------|------|----------|---------|
| {test_id} | {tool} | PASS | FAIL |

### Fixed (previously failing, now passing)

| Test | Tool | Previous | Current |
|------|------|----------|---------|
| {test_id} | {tool} | FAIL | PASS |

### Summary

- Regressions: {count}
- Fixed: {count}
- Net change: {+/-count}

## Issues Filed

| Issue | Test | Tool | Severity | Status |
|-------|------|------|----------|--------|
| #{number} | {test_id} | {tool} | {severity} | {open/closed} |

## Recommendations

{Generated based on failure patterns}

1. {Actionable recommendation based on failures}
2. {Coverage gap recommendation}
3. {Performance or reliability observation}

---

*Generated by AIWG UAT-MCP Toolkit*
*Plan: {plan_path} | Results: {results_path}*
