新增 .agents/plugins/marketplace.json(Codex 市场索引)及三个插件的
.codex-plugin/plugin.json;huanxi 额外增加 .mcp.codex.json(Bearer
${HUANXI_TOKEN} 直连)。SKILL.md 与 Claude 侧共享,无内容重复。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
171 B
JSON
10 lines
171 B
JSON
{
|
|
"huanxi": {
|
|
"type": "http",
|
|
"url": "https://huanxi.office.yixiong-tech.com/mcp/",
|
|
"headers": {
|
|
"Authorization": "Bearer ${HUANXI_TOKEN}"
|
|
}
|
|
}
|
|
}
|