File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
},
6
6
"ui" : {
7
7
"dashboard-tab" : {
8
- "title" : " AI Tool Catalog " ,
8
+ "title" : " Docker MCP Toolkit " ,
9
9
"src" : " index.html" ,
10
10
"root" : " ui"
11
11
}
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ export const CatalogGrid: React.FC<CatalogGridProps> = ({ appProps }) => {
84
84
justifyContent = "center"
85
85
sx = { CATALOG_LAYOUT_SX }
86
86
>
87
- < Typography variant = "h3" > AI Tool Catalog </ Typography >
87
+ < Typography variant = "h3" > Docker MCP Toolkit </ Typography >
88
88
< 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
90
90
</ Typography >
91
91
</ Stack >
92
92
{ hasOutOfCatalog && (
@@ -124,7 +124,7 @@ export const CatalogGrid: React.FC<CatalogGridProps> = ({ appProps }) => {
124
124
onChange = { ( _ , newValue ) => setTab ( newValue ) }
125
125
sx = { CATALOG_LAYOUT_SX }
126
126
>
127
- < Tab label = "Tools " />
127
+ < Tab label = "MCP Catalog " />
128
128
< Tab label = "Clients" />
129
129
</ Tabs >
130
130
{ tab === 0 && (
You can’t perform that action at this time.
0 commit comments