File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ export class GkCliIntegrationProvider implements Disposable {
311
311
if ( appName === 'vscode' ) {
312
312
const config = {
313
313
name : 'GitKraken' ,
314
- command : Uri . file ( ` ${ directoryPath } \\ ${ mcpFileName } ` ) . fsPath ,
314
+ command : mcpExtractedPath . fsPath ,
315
315
args : [ 'mcp' ] ,
316
316
type : 'stdio' ,
317
317
} ;
@@ -336,7 +336,9 @@ export class GkCliIntegrationProvider implements Disposable {
336
336
) ;
337
337
}
338
338
339
- Logger . log ( 'MCP configuration completed' ) ;
339
+ Logger . log (
340
+ `MCP configuration completed.${ appName === 'vscode' ? " Click 'install' to install." : '' } ` ,
341
+ ) ;
340
342
} catch ( error ) {
341
343
const errorMsg = `MCP server configuration failed: ${ error } ` ;
342
344
Logger . error ( errorMsg ) ;
You can’t perform that action at this time.
0 commit comments