Skip to content

Commit 8d1f0a1

Browse files
committed
ai-plugin: fix mcp client initialization
1 parent 715f2ce commit 8d1f0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/electron/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ function adjustZoom(delta: number) {
11331133

11341134
function startElecron() {
11351135
console.info('App starting...');
1136-
1136+
mcpClient = new ElectronMCPClient();
11371137
let appVersion: string;
11381138
if (isDev && process.env.HEADLAMP_APP_VERSION) {
11391139
appVersion = process.env.HEADLAMP_APP_VERSION;

0 commit comments

Comments
 (0)