# XWUIElicitationForm

MCP elicitation. Text fields only — never type=password, never nested Form or ComponentPropertyForm. Accept/decline/cancel match the spec.

## Basic Usage

Empty elicitation.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Empty elicitation.
```

## One field

Project name.

```example
file: examples/OneField.ts
html: examples/OneField.html
title: One field
description: Project name.
```

## Accept

Submit values.

```example
file: examples/Accept.ts
html: examples/Accept.html
title: Accept
description: Submit values.
```

## Decline

Decline.

```example
file: examples/Decline.ts
html: examples/Decline.html
title: Decline
description: Decline.
```

```api
```
