Skip to content

Commit 524b6cd

Browse files
Merge pull request #142 from docker/slim/brave-defaults
This image only supports stdio transport today
2 parents 7da3d63 + 50c6bca commit 524b6cd

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

servers/brave/server.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,5 @@ config:
2020
example: YOUR_API_KEY_HERE
2121
env:
2222
- name: BRAVE_MCP_TRANSPORT
23-
example: stdio
24-
value: '{{brave.mcp_transport}}'
25-
- name: BRAVE_MCP_PORT
26-
example: "8080"
27-
value: '{{brave.mcp_port}}'
28-
- name: BRAVE_MCP_HOST
29-
example: 0.0.0.0
30-
value: '{{brave.mcp_host}}'
31-
parameters:
32-
type: object
33-
properties:
34-
mcp_transport:
35-
type: string
36-
mcp_port:
37-
type: string
38-
mcp_host:
39-
type: string
23+
example: "stdio"
24+
value: "stdio"

0 commit comments

Comments
 (0)