We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3c471 commit d733a3aCopy full SHA for d733a3a
packages/mcp-server/src/index.ts
@@ -132,6 +132,7 @@ async function startMcpServer() {
132
}
133
selectedAuthType = selectedAuthType || AuthType.USE_GEMINI;
134
await config.refreshAuth(selectedAuthType);
135
+ console.log(`Using authentication method: ${selectedAuthType}`);
136
137
// 4. 初始化并启动 MCP 桥接服务 和 OpenAI 服务
138
const mcpBridge = new GcliMcpBridge(config, cliVersion);
0 commit comments