feat(web): MCP add bearer token auth type

This commit is contained in:
zhaoying
2025-12-29 19:50:01 +08:00
parent 0fce86f76b
commit 8222a630e5

View File

@@ -25,7 +25,7 @@ export interface RequestHeaderModalRef {
handleOpen: (index?: number, data?: RequestHeader) => void;
handleClose: () => void;
}
const authTypeList = ['none', 'api_key', 'basic_auth']
const authTypeList = ['none', 'api_key', 'basic_auth', 'bearer_token']
const tabKeys = ['auth', 'requestHeader', 'config']
const McpServiceModal = forwardRef<McpServiceModalRef, McpServiceModalProps>(({
refresh