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 aaa4598 commit f66a283Copy full SHA for f66a283
src/env/node/gk/mcp/integration.ts
@@ -65,7 +65,7 @@ export class GkMcpProvider implements McpServerDefinitionProvider, Disposable {
65
if (config == null) return [];
66
67
const serverDefinition = new McpStdioServerDefinition(
68
- `${config.name} (bundled with GitLens)`,
+ config.name,
69
config.command,
70
config.args,
71
{},
0 commit comments