Skip to content

Commit 4462ca9

Browse files
lpcoxCopilot
andauthored
Update internal/mcp/connection.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 154daef commit 4462ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/mcp/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func NewConnection(ctx context.Context, serverID, command string, args []string,
172172
isHTTP: false,
173173
}
174174

175-
logger.LogInfo("backend", "Started MCP server: %s %v", command, sanitize.SanitizeArgs(args))
175+
logger.LogInfo("backend", "Started MCP server: %s %v", command, sanitize.SanitizeArgs(expandedArgs))
176176
return conn, nil
177177
}
178178

0 commit comments

Comments
 (0)