Add MCP setup screen (#22468)
## Summary - Add a first-tab MCP setup experience under MCP & APIs with quick install cards, manual configuration, client logos, and HTTPS gating for Claude install links. - Rename API/Webhooks settings surfaces to MCP & APIs and update related icons, permissions, breadcrumbs, and command menu entries. - Add the Tabler sparkle-2 icon wrapper and MCP setup visual assets. ## Screenshots | Before | After | | --- | --- | |  | <img alt="image" src="https://github.com/user-attachments/assets/a6ae2ae6-322b-4370-b9b6-0a3d73ff7fa7" /> | <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/22468?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. --> --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
committed by
GitHub
parent
cfe0fc7ce6
commit
1a60d4eaa3
+3
-3
@@ -25,9 +25,9 @@ const STANDARD_PERMISSION_FLAG_METADATA: Record<
|
||||
StandardPermissionFlagMetadata
|
||||
> = {
|
||||
[PermissionFlagType.API_KEYS_AND_WEBHOOKS]: {
|
||||
label: 'API Keys & Webhooks',
|
||||
description: 'Manage API keys and webhooks',
|
||||
icon: 'IconCode',
|
||||
label: 'MCP & APIs',
|
||||
description: 'Manage MCP, API keys, and webhooks',
|
||||
icon: 'IconPlug',
|
||||
},
|
||||
[PermissionFlagType.WORKSPACE]: {
|
||||
label: 'Workspace',
|
||||
|
||||
Reference in New Issue
Block a user