chore: sync before memory update

This commit is contained in:
SkyJourney
2026-05-01 12:04:12 +08:00
parent 1b3ae007ee
commit 0c46ed0306
22 changed files with 1850 additions and 20 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "huanxi",
"description": "寰汐企业管理系统 Claude Code 插件。集成日报、负责人日报、周报、任务管理、组织查询六大工作流技能,并自动配置寰汐 MCP Server 连接(Bearer Token 直连模式)。",
"author": {
"name": "蚁熊团队"
},
"userConfig": {
"token": {
"type": "string",
"title": "寰汐 Personal Token",
"description": "在寰汐系统后台「设置 → Personal Token」生成,hxp_ 前缀",
"sensitive": true
}
},
"mcpServers": {
"huanxi": {
"type": "http",
"url": "https://pm.yixiong.com/mcp/",
"headers": {
"Authorization": "Bearer ${user_config.token}"
}
}
}
}