gsxdsm
301f25da06
FN-7025: add MCP server management settings UI
Adds dashboard controls for managing MCP server configuration across global and project scopes.
- Add global and project MCP settings sections with server cards, validation, inheritance status, and import/export controls.
- Wire MCP settings into split-save behavior, browser-safe core exports, localization, and dashboard documentation.
- Cover MCP settings interactions and save routing with dashboard tests.
Files changed:
.changeset/fn-7025-mcp-dashboard-ui.md | 7 +
docs/dashboard-guide.md | 14 +
packages/core/src/types.ts | 4 +
.../app/__tests__/settings-save-split.test.ts | 25 +
.../dashboard/app/components/SettingsModal.tsx | 25 +
.../__tests__/SettingsModal.mcp.test.tsx | 228 +++++++++
.../app/components/settings/save-split.ts | 5 +
.../settings/sections/GlobalMcpSection.tsx | 26 ++
.../settings/sections/McpServersCard.css | 177 +++++++
.../settings/sections/McpServersCard.tsx | 515 +++++++++++++++++++++
.../settings/sections/ProjectMcpSection.tsx | 27 ++
packages/i18n/locales/en/app.json | 10 +-
packages/i18n/locales/es/app.json | 10 +-
packages/i18n/locales/fr/app.json | 10 +-
packages/i18n/locales/ko/app.json | 10 +-
packages/i18n/locales/zh-CN/app.json | 10 +-
packages/i18n/locales/zh-TW/app.json | 10 +-
17 files changed, 1107 insertions(+), 6 deletions(-)
Fusion-Task-Id: FN-7025
Fusion-Task-Lineage: e4e59431-c819-464b-a04b-e470ac51c460
2026-06-26 02:30:34 -07:00
..
2026-06-13 06:12:09 -07:00
2026-06-20 08:57:45 -07:00
2026-06-21 16:13:54 -07:00
2026-06-21 03:53:43 -07:00
2026-06-21 03:53:43 -07:00
2026-06-20 08:57:45 -07:00
2026-06-11 20:21:30 -07:00
2026-06-22 18:21:06 -07:00
2026-06-24 14:08:32 -07:00
2026-06-25 08:34:43 -07:00
2026-06-26 02:30:34 -07:00
2026-06-23 01:14:11 -07:00
2026-06-26 02:30:34 -07:00
2026-06-26 02:30:34 -07:00
2026-06-21 03:53:43 -07:00
2026-06-25 08:34:43 -07:00
2026-06-26 01:04:03 -07:00
2026-06-26 01:04:03 -07:00
2026-06-26 01:04:03 -07:00
2026-06-20 08:57:45 -07:00
2026-06-20 08:57:45 -07:00
2026-06-20 08:57:45 -07:00
2026-06-20 08:57:45 -07:00
2026-06-26 02:30:34 -07:00
2026-06-21 03:53:43 -07:00
2026-06-20 08:57:45 -07:00
2026-06-20 08:57:45 -07:00
2026-06-20 08:57:45 -07:00
2026-06-20 08:57:45 -07:00
2026-06-20 08:57:45 -07:00
2026-06-25 22:19:24 -07:00
2026-06-25 08:34:44 -07:00