feat: 增强日历功能并集成 AgentScope 代理服务

This commit is contained in:
qzl
2026-03-11 15:28:29 +08:00
parent e55e445906
commit e20e7d2a02
85 changed files with 5175 additions and 885 deletions
-19
View File
@@ -1,19 +0,0 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"supabase": {
"type": "local",
"enabled": true,
"command": [
"npx",
"-y",
"@aliyun-supabase/mcp-server-supabase@latest",
"--features=aliyun",
"--region-id=cn-shenzhen"
],
"environment": {
"ALIYUN_ACCESS_TOKEN": ""
}
}
}
}