Skip to content

Commit 548169e

Browse files
committed
Little UI fixes in Client Manual Configuration
Signed-off-by: Trung Nguyen <[email protected]>
1 parent c370bde commit 548169e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/extension/ui/src/components/tabs/YourClients.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function ClientSetting({
310310
</Link>
311311
</Stack>
312312
<Typography sx={{ fontWeight: 'bold' }}>
313-
Expected Config Path:
313+
Expected Config Path
314314
</Typography>
315315
<Typography
316316
component="pre"
@@ -319,7 +319,6 @@ function ClientSetting({
319319
fontFamily: 'monospace',
320320
whiteSpace: 'nowrap',
321321
overflow: 'auto',
322-
maxWidth: '80%',
323322
backgroundColor: 'background.default',
324323
padding: 1,
325324
borderRadius: 1,
@@ -331,7 +330,7 @@ function ClientSetting({
331330
] || 'N/A'}
332331
</Typography>
333332
<Typography sx={{ fontWeight: 'bold' }}>
334-
Manually Configure:
333+
Manual configuration
335334
</Typography>
336335
</Stack>
337336
<List sx={{ listStyleType: 'decimal', p: 0, pl: 2, mt: 1 }}>

src/extension/ui/src/mcp-clients/Gordon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type GordonConfig = {
2323

2424
class GordonMCPClient implements MCPClient {
2525
name = 'Gordon';
26-
url = 'https://docs.docker.com/desktop/features/gordon/';
26+
url = 'https://docs.docker.com/desktop/features/gordon/mcp/yaml/';
2727
manualConfigSteps = [
2828
'Enable Gordon in Docker Desktop',
2929
'Write gordon-mcp.yml to the directory you want to connect to',

0 commit comments

Comments
 (0)