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.
2 parents 7da3d63 + 50c6bca commit 524b6cdCopy full SHA for 524b6cd
servers/brave/server.yaml
@@ -20,20 +20,5 @@ config:
20
example: YOUR_API_KEY_HERE
21
env:
22
- 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
38
- mcp_host:
39
+ example: "stdio"
+ value: "stdio"
0 commit comments