Support secret interpolation in streamable HTTP extension URLs (#7782)

Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
jh-block
2026-03-11 14:06:37 +01:00
committed by GitHub
parent 6d6c6b3228
commit 913537d540
3 changed files with 76 additions and 12 deletions
@@ -387,7 +387,7 @@ export default function ExtensionModal({
/>
</div>
{formData.type === 'stdio' && (
{(formData.type === 'stdio' || formData.type === 'streamable_http') && (
<>
<hr className="border-t border-border-primary" />