Skip to content

Commit 0961809

Browse files
committed
fix: remove 'No authorization' from outbound auth options
MCP server targets require OAuth or API Key credential providers. GATEWAY_IAM_ROLE is not supported for MCP server targets. Since MCP server is the only target type in Phase 1, remove the NONE option entirely.
1 parent d3b0213 commit 0961809

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ 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' },
125124
{ id: 'OAUTH', title: 'OAuth 2LO', description: 'OAuth 2.0 client credentials' },
126125
{ id: 'API_KEY', title: 'API Key', description: 'API key authentication' },
127126
] as const;

0 commit comments

Comments
 (0)