首次推出xiaozhi-mcp-server;

This commit is contained in:
waxgourd
2025-05-20 22:43:10 +08:00
parent df4717b96b
commit a009294705
8 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
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"