更新 'repository.yaml'

This commit is contained in:
2025-11-06 11:33:12 +00:00
committed by admin@cnod.net
parent 2f5067f5e3
commit 32d8b84bbe
501 changed files with 13838 additions and 1 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:8123/mcp_server/sse"
API_ACCESS_TOKEN: ""
options:
XIAOZHI_MCP_ENDPOINT: "wss://api.xiaozhi.me/mcp/?token="
HA_MCP_ENDPOINT: "http://homeassistant: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"