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 7ce5d92 commit c08fa88Copy full SHA for c08fa88
src/components/ControlPlanes/ConnectButton.tsx
@@ -88,7 +88,7 @@ export default function ConnectButton(props: Props) {
88
text={context.context.user}
89
data-target={`/mcp/projects/${props.projectName}/workspaces/${extractWorkspaceNameFromNamespace(
90
props.workspaceName,
91
- )}/mcps/${props.controlPlaneName}/context/${context.name}`}
+ )}/mcps/${props.controlPlaneName}`}
92
additionalText={`(${
93
context.context.user === 'openmcp' ? t('ConnectButton.defaultIdP') : t('ConnectButton.unsupportedIdP')
94
})`}
0 commit comments