blob: 3ead0bc44154dc823aa5e661d937f6c20c1ac2b1 [file]
<!DOCTYPE html>
<title>Declarative Script Tool Pause and Resume Test</title>
<!-- Note: toolautosubmit is missing, so this should pause -->
<form toolname="declarative_tool"
tooldescription="A declarative WebMCP tool"
action="declarative_script_tool_cross_document_result.html"
method="GET">
<label for="echo">Value to echo</label>
<input id="echo" type="text" name="echo" required>
<button type="submit" name="submitname">Submit Content</button>
</form>