Support secret interpolation in streamable HTTP extension URLs (#7782)
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user