We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Secrets
Environment
1 parent c6eb054 commit c2acaacCopy full SHA for c2acaac
src/extension/ui/src/components/CatalogGrid.tsx
@@ -182,8 +182,8 @@ export const CatalogGrid: React.FC<CatalogGridProps> = ({
182
<Tooltip title="These are tiles which you have allowed MCP clients to use.">
183
<Tab sx={{ fontSize: '1.5em' }} label="Your Tools" />
184
</Tooltip>
185
- <Tooltip title="These are secrets which you have set for your MCP clients.">
186
- <Tab sx={{ fontSize: '1.5em' }} label="Secrets" />
+ <Tooltip title="These are environment variables and secrets which you have set for your MCP clients.">
+ <Tab sx={{ fontSize: '1.5em' }} label="Your Environment" />
187
188
</Tabs>
189
<FormGroup sx={{ width: '100%', mt: 0 }}>
0 commit comments