chore: SSE is Server-Sent Events (#2215)
This commit is contained in:
@@ -52,7 +52,7 @@ export default function ExtensionInfoFields({
|
|||||||
}}
|
}}
|
||||||
options={[
|
options={[
|
||||||
{ value: 'stdio', label: 'Standard IO (STDIO)' },
|
{ value: 'stdio', label: 'Standard IO (STDIO)' },
|
||||||
{ value: 'sse', label: 'Security Service Edge (SSE)' },
|
{ value: 'sse', label: 'Server-Sent Events (SSE)' },
|
||||||
]}
|
]}
|
||||||
isSearchable={false}
|
isSearchable={false}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user