Skip to content

Commit 9b139f6

Browse files
committed
Naming
Signed-off-by: Jean-Laurent de Morlhon <[email protected]>
1 parent f030888 commit 9b139f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/extension/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"ui": {
77
"dashboard-tab": {
8-
"title": "AI Tool Catalog",
8+
"title": "Docker MCP Toolkit",
99
"src": "index.html",
1010
"root": "ui"
1111
}

src/extension/ui/src/components/CatalogGrid.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ export const CatalogGrid: React.FC<CatalogGridProps> = ({ appProps }) => {
8484
justifyContent="center"
8585
sx={CATALOG_LAYOUT_SX}
8686
>
87-
<Typography variant="h3">AI Tool Catalog</Typography>
87+
<Typography variant="h3">Docker MCP Toolkit</Typography>
8888
<Typography variant="caption">
89-
Discover and use open AI tools for your agents on Docker
89+
Browse the Docker MCP Catalog and connect Dockerized MCP servers to your favorite MCP Client
9090
</Typography>
9191
</Stack>
9292
{hasOutOfCatalog && (
@@ -124,7 +124,7 @@ export const CatalogGrid: React.FC<CatalogGridProps> = ({ appProps }) => {
124124
onChange={(_, newValue) => setTab(newValue)}
125125
sx={CATALOG_LAYOUT_SX}
126126
>
127-
<Tab label="Tools" />
127+
<Tab label="MCP Catalog" />
128128
<Tab label="Clients" />
129129
</Tabs>
130130
{tab === 0 && (

0 commit comments

Comments
 (0)