diff --git a/hermes-k8s.yaml b/hermes-k8s.yaml index 68e6f46..e955b30 100644 --- a/hermes-k8s.yaml +++ b/hermes-k8s.yaml @@ -22,7 +22,7 @@ spec: fsGroup: 1000 containers: - name: hermes-mcp - image: localhost:32000/hermes-mcp@sha256:e5dec7b23a64f2f2d7977d24ca789dbcc077bcffb86a5b623d6ec64ff2436e06 + image: localhost:32000/hermes-mcp@sha256:ab1d74247354c49cd5be651433a95b683da8a7204ddfb0367569ee6b48a62561 imagePullPolicy: Always securityContext: allowPrivilegeEscalation: false diff --git a/src/index.ts b/src/index.ts index 569a52f..0b2283d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2361,6 +2361,7 @@ async function main() { if (oauthClientId && oauthClientSecret) { await ensureOAuthAppRegistered(oauthClientId, oauthClientSecret, [ `${SERVER_URL}/oauth/mcp-callback`, + 'https://claude.ai/api/mcp/auth_callback', 'http://localhost:*', 'claude-desktop://callback', 'opencode://callback',