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 dbfc2a2 commit 7da4fddCopy full SHA for 7da4fdd
src/asset.ts
@@ -53,6 +53,7 @@ export class Asset implements Asset {
53
protected async authFetch<T>(url: string, options: RequestInit): Promise<AssetResponse<T>> {
54
const headers = options.headers || {
55
'Content-Type': 'application/json',
56
+ 'User-Agent': 'DockerHub-MCP-Server/1.0.0',
57
};
58
const token = await this.authenticate();
59
if (token) {
0 commit comments