feat/fix: update ToolScaffolder interface, update scaffold.html, fix mci-mock port
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14m20s

This commit is contained in:
jade
2026-07-23 23:11:30 +09:00
parent f0a295632f
commit abf7a435a4
3 changed files with 43 additions and 20 deletions

View File

@@ -477,7 +477,6 @@
<option value="HTTP">HTTP (REST)</option>
<option value="TCP">TCP (Socket)</option>
<option value="MCI">MCI (Legacy)</option>
<option value="EAI">EAI (Internal)</option>
</select>
</div>
</div>
@@ -497,8 +496,7 @@
<div class="col-md-6 mt-3 mt-md-0">
<label class="form-label">Gateway Registration</label>
<select class="form-select" name="register">
<option value="true">True (Public)</option>
<option value="false">False (Private)</option>
<option value="false" selected>False (Private)</option>
</select>
<div class="input-hint">Controls dynamic routing exposure.</div>
</div>