UNPKG

@brianveltman/sonatype-mcp

Version:

Model Context Protocol server for Sonatype Nexus Repository Manager

5 lines 331 B
import { Config } from '../config/environment.js'; export declare function generateBasicAuthHeader(username: string, password: string): string; export declare function createAuthHeaders(config: Config): Record<string, string>; export declare function validateCredentials(config: Config): boolean; //# sourceMappingURL=auth.d.ts.map