Skip to content

Commit 9108f0e

Browse files
committed
fix: add back NoAuth, remove API_KEY from outbound auth options
1 parent 00b41e5 commit 9108f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/tui/screens/mcp/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ export const COMPUTE_HOST_OPTIONS = [
121121
] as const;
122122

123123
export const OUTBOUND_AUTH_OPTIONS = [
124+
{ id: 'NONE', title: 'No authorization', description: 'No outbound authentication' },
124125
{ id: 'OAUTH', title: 'OAuth 2LO', description: 'OAuth 2.0 client credentials' },
125-
{ id: 'API_KEY', title: 'API Key', description: 'API key authentication' },
126126
] as const;
127127

128128
export const PYTHON_VERSION_OPTIONS = [

0 commit comments

Comments
 (0)