-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat(mcp-store): rename team access switch to allow members to connect their own account #90038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
f179826
d99daa5
f769941
6103e39
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -854,12 +854,12 @@ function AccessSection({ | |||||
| > | ||||||
| <div> | ||||||
| <Text as="div" className="font-medium text-sm"> | ||||||
| Available to team members | ||||||
| Enabled for your organization | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The title "Enabled for your organization" contradicts the PR description which states it should be "Allow members to connect their own account". The PR description explicitly gives an example showing "Allow members to connect their own GitHub account" as the expected output.
Suggested change
Spotted by Graphite |
||||||
| </Text> | ||||||
| <Text as="div" color="gray" className="text-[13px]"> | ||||||
| {server.is_team_enabled | ||||||
| ? `Members can connect their own ${server.name} account.` | ||||||
| : `Turned off — members can't see or call ${server.name}.`} | ||||||
| ? `Anyone in your organization can find and use ${server.name}. Each person connects with their own account.` | ||||||
| : `${server.name} is turned off for everyone in your organization.`} | ||||||
| </Text> | ||||||
| </div> | ||||||
| <Switch | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.