Skip to content

Commit f66a283

Browse files
committed
Removes "bundled with" appended to GK MCP server name
Resolves #4664
1 parent aaa4598 commit f66a283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env/node/gk/mcp/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class GkMcpProvider implements McpServerDefinitionProvider, Disposable {
6565
if (config == null) return [];
6666

6767
const serverDefinition = new McpStdioServerDefinition(
68-
`${config.name} (bundled with GitLens)`,
68+
config.name,
6969
config.command,
7070
config.args,
7171
{},

0 commit comments

Comments
 (0)