You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This connector does not advertise dynamic client registration. Provide OAuth client credentials from a pre-registered app before members can connect to it.
586
+
<DialogDescriptionasChild>
587
+
<divclassName="text-sm text-muted-foreground">
588
+
<Markdown
589
+
components={{
590
+
p: ({ children })=><pclassName="[&:not(:first-child)]:mt-2">{children}</p>,
"This connector does not advertise dynamic client registration. Provide OAuth client credentials from a pre-registered app before members can connect to it.";
"Slack doesn't support dynamic client registration, so you'll need to create an app in your Slack workspace and provide Sourcebot a Client ID and Secret. These are stored encrypted within your Sourcebot deployment.\n\nVisit [this page](https://api.slack.com/apps) to create a Slack app. Set the redirect URL (under OAuth & Permissions) to `{{REDIRECT_URL}}`",
27
35
},
28
36
]satisfiesPrefabMcpServer[];
29
37
@@ -41,6 +49,21 @@ export function normalizeMcpServerUrlForComparison(serverUrl: string): string {
0 commit comments