MCP Harbor

by nomagicln
Verified
// harbor.config.ts export const harborConfig = { apiEndpoint: 'https://your-harbor-api-endpoint', username: 'your-username', password: 'your-password', projectName: 'your-project-name', };