feat: Add Feishu OAuth login & consumer-grade MCP

This commit is contained in:
lcx
2025-07-21 14:59:27 +08:00
parent 6b90770a92
commit a574ed8dae
@@ -386,7 +386,7 @@ export const IntegrationAIContainer = forwardRef<IntegrationAIContainerRef, Inte
getGlobalKeysList()
} else if (type === 'consumer'){
getConsumerMcpConfig()
setMcpServerUrl(`mcp/service/${consumerParams?.consumerId}/sse`)
setMcpServerUrl(`mcp/app/${consumerParams?.consumerId}/sse`)
getServiceKeysList(consumerParams?.consumerId)
} else {
service?.basic.enableMcp && setMcpServerUrl(`mcp/service/${serviceId}/sse`)