forked from homeassistant-ai/ha-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
47 lines (47 loc) · 1.3 KB
/
Copy pathconfig.yaml
File metadata and controls
47 lines (47 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: "Home Assistant MCP Server (Dev)"
description: "Development channel - AI assistant integration via MCP (unstable)"
version: "7.4.1.dev266"
slug: "ha_mcp_dev"
url: "https://github.com/homeassistant-ai/ha-mcp"
stage: experimental
arch:
- aarch64
- amd64
init: false
startup: application
boot: manual
ingress: true
ingress_port: 9583
ingress_stream: true
hassio_api: true
# `manager` (not `default`) is required so the Supervisor token grants access
# to /addons/<slug>/logs and /<service>/logs (system service logs). Verified
# via live test — `default` returns 403 for both. See #1116.
hassio_role: manager
homeassistant_api: true
host_network: true
image: "ghcr.io/homeassistant-ai/ha-mcp-addon-dev-{arch}"
options:
backup_hint: "normal"
enable_tool_search: false
enable_yaml_config_editing: false
enable_code_mode: false
tool_search_max_results: 5
disabled_tools: ""
pinned_tools: ""
verify_ssl: true
schema:
backup_hint: list(strong|normal|weak|auto)
secret_path: str?
enable_tool_search: bool?
enable_yaml_config_editing: bool?
enable_code_mode: bool?
enable_filesystem_tools: bool?
enable_custom_component_integration: bool?
tool_search_max_results: int(2,10)?
disabled_tools: str?
pinned_tools: str?
verify_ssl: bool?
advanced_debug_logging: bool?
ports:
9583/tcp: 9583