Skip to content

Commit 5be921c

Browse files
fix: 将 logging 的布尔值改为对象
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
1 parent 4d63e8f commit 5be921c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/mcp-bridge/bridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class GcliMcpBridge {
4343
name: 'gemini-cli-mcp-server',
4444
version: this.cliVersion,
4545
},
46-
{ capabilities: { tools: { listChanged: true }, logging: true } },
46+
{ capabilities: { tools: { listChanged: true }, logging: {} } },
4747
);
4848
}
4949

0 commit comments

Comments
 (0)