Skip to content

Commit 2e84a06

Browse files
committed
Hide built-in Slack OAuth option
1 parent 7422219 commit 2e84a06

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/cloud/src/engine/first-party-oauth-clients.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ export const firstPartyOAuthClientsFor = (
328328
}),
329329
...client(env.FIRST_PARTY_SLACK_CLIENT_ID, env.FIRST_PARTY_SLACK_CLIENT_SECRET, {
330330
name: "slack",
331+
// Slack MCP requires Marketplace approval for use outside the app's workspace.
332+
// Keep the client resolvable for existing connections while withholding it.
333+
unlisted: true,
331334
authorizationUrl: "https://slack.com/oauth/v2_user/authorize",
332335
tokenUrl: "https://slack.com/api/oauth.v2.user.access",
333336
resource: "https://mcp.slack.com",

0 commit comments

Comments
 (0)