Files
waxgourd-addons/xiaozhi-mcp-server/config.yaml
2025-05-20 22:43:34 +08:00

26 lines
729 B
YAML

name: "小智 Mcp Server"
version: "1.0"
slug: "mcp_ha_xiaozhi"
description: "小智官方服务器(虾哥)对接home assistant的mcp server"
url: "https://gitcode.com/waxgourd/addons"
arch:
- aarch64
- amd64
startup: application
boot: manual
translations: true
init: false
environment:
XIAOZHI_MCP_ENDPOINT: "wss://api.xiaozhi.me/mcp/?token="
HA_MCP_ENDPOINT: "http://homeassistant.local:8123/mcp_server/sse"
API_ACCESS_TOKEN: ""
options:
XIAOZHI_MCP_ENDPOINT: "wss://api.xiaozhi.me/mcp/?token="
HA_MCP_ENDPOINT: "http://homeassistant.local:8123/mcp_server/sse"
API_ACCESS_TOKEN:
schema:
XIAOZHI_MCP_ENDPOINT: str
HA_MCP_ENDPOINT: str
API_ACCESS_TOKEN: str
image: "r.hassbus.com/wghaos/xiaozhi-mcp-server"