Skip to content

feat(mcp-server): add MCP server settings route and component#2604

Open
TheoGrandin74 wants to merge 3 commits intonew-navigationfrom
feat/mcp-settings-page
Open

feat(mcp-server): add MCP server settings route and component#2604
TheoGrandin74 wants to merge 3 commits intonew-navigationfrom
feat/mcp-settings-page

Conversation

@TheoGrandin74
Copy link
Copy Markdown
Contributor

@TheoGrandin74 TheoGrandin74 commented Apr 16, 2026

Summary

  • Introduced a new route for MCP server settings in the authenticated organization settings.
  • Created the SettingsMcpServer component to manage MCP server configurations.
  • Updated route tree and interfaces to include the new MCP server route.
  • Added links to the MCP server settings in the organization settings navigation.
  • Implemented tests for the SettingsMcpServer component to ensure proper rendering and functionality.

Screenshots / Recordings

image image

Testing

  • Changes tested locally in the relevant Console's pages and Storybooks
  • yarn test or yarn test -u (if you need to regenerate snapshots)
  • yarn format
  • yarn lint

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 16, 2026

Codecov Report

❌ Patch coverage is 75.00000% with 4 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (new-navigation@95c29bd). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...rc/lib/settings-mcp-server/settings-mcp-server.tsx 75.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@                Coverage Diff                @@
##             new-navigation    #2604   +/-   ##
=================================================
  Coverage                  ?   44.50%           
=================================================
  Files                     ?      624           
  Lines                     ?    14779           
  Branches                  ?     4326           
=================================================
  Hits                      ?     6577           
  Misses                    ?     7051           
  Partials                  ?     1151           
Flag Coverage Δ
unittests 44.50% <75.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant