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
41 lines (41 loc) · 1013 Bytes
/
Copy pathconfig.yaml
File metadata and controls
41 lines (41 loc) · 1013 Bytes
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
name: "Home Assistant MCP Server (Dev)"
description: "Development channel - AI assistant integration via MCP (unstable)"
version: "7.2.0.dev212"
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
hassio_role: default
homeassistant_api: true
host_network: true
image: "ghcr.io/homeassistant-ai/ha-mcp-addon-dev-{arch}"
options:
backup_hint: "normal"
enable_skills: true
enable_skills_as_tools: false
enable_tool_search: false
enable_yaml_config_editing: false
tool_search_max_results: 5
disabled_tools: ""
pinned_tools: ""
schema:
backup_hint: list(strong|normal|weak|auto)
secret_path: str?
enable_skills: bool?
enable_skills_as_tools: bool?
enable_tool_search: bool?
enable_yaml_config_editing: bool?
tool_search_max_results: int?
disabled_tools: str?
pinned_tools: str?
ports:
9583/tcp: 9583