You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yaml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,13 @@ init: false
9
9
hassio_api: true
10
10
hassio_role: default
11
11
homeassistant_api: false
12
-
host_network: false
12
+
host_network: true
13
13
map:
14
14
- type: addon_config
15
15
read_only: False
16
16
path: /mcp-proxy-server/config # App config (mcp_server.json etc.) in /mcp-proxy-server/config inside container, maps to HA's config dir for this addon
17
17
- type: share
18
18
read_only: False # For TOOLS_FOLDER, maps to /share inside container
19
-
ports:
20
-
"3663/tcp": 3663
21
-
ports_description:
22
-
"3663/tcp": "MCP Proxy Server SSE & Admin UI Port"
23
19
options:
24
20
port: 3663
25
21
enable_admin_ui: true # Defaulting to true for Ingress
0 commit comments