-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ref(mcp-insights): Split into tabs #103149
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
ref(mcp-insights): Split into tabs #103149
Conversation
static/app/views/insights/mcp-prompts/views/mcpPromptsLandingPage.tsx
Outdated
Show resolved
Hide resolved
static/app/views/insights/mcp-resources/views/mcpResourcesLandingPage.tsx
Outdated
Show resolved
Hide resolved
static/app/views/insights/mcp-prompts/views/mcpPromptsLandingPage.tsx
Outdated
Show resolved
Hide resolved
| 'mcp-tools': { | ||
| heading: t('TODO'), | ||
| description: t('TODO'), | ||
| valuePropDescription: t('TODO'), | ||
| valuePropPoints: [], | ||
| imageSrc: screenLoadsPreviewImg, | ||
| }, | ||
| 'mcp-resources': { | ||
| heading: t('TODO'), | ||
| description: t('TODO'), | ||
| valuePropDescription: t('TODO'), | ||
| valuePropPoints: [], | ||
| imageSrc: screenLoadsPreviewImg, | ||
| }, | ||
| 'mcp-prompts': { | ||
| heading: t('TODO'), | ||
| description: t('TODO'), | ||
| valuePropDescription: t('TODO'), | ||
| valuePropPoints: [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seem to be some TODO items around. At least they are properly internationalized! 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, that seems to be the pattern here... all those never get used but the typing requires them.
Will fix this in a separate PR 👍
9293cdf
into
arthurknaus/tet-1392-split-agents-into-tabs
Motivation
We are aiming to use standardized controls and widgets in all the insights pages to achieve a platformization of the product area and synergies with the dashboard product.
In the AI insights area there is a unique control in form of a tabs in the middle of the page. Introducing this to the platform would mean significant effort.
Solution
Split the Agents and MCP page into multiple tabs (Overview, Models, Tools, Resources, Prompts).
This gets rid of the inline controls while also making the agent insights easier to discover.
Note: The Agent part of this is done in the base PR.
Screen.Recording.2025-11-11.at.14.33.33.mov