teamai-cli 0.17.7 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -83,6 +83,23 @@ teamai hooks inject # re-reconcile into every installed tool
83
83
  teamai hooks remove # remove all teamai-managed hooks
84
84
  ```
85
85
 
86
+ ### Team MCP Servers
87
+
88
+ Declare once in `mcp/mcp.yaml`; `teamai pull` writes each tool's native config. Use `${VAR}` for secrets.
89
+
90
+ ```yaml
91
+ servers:
92
+ - name: gpu-analysis
93
+ transport: http # stdio | http | sse
94
+ url: https://example.com/api/mcp
95
+ headers:
96
+ Authorization: Bearer ${GPU_ANALYSIS_TOKEN}
97
+ ```
98
+
99
+ ```bash
100
+ teamai mcp list | inject | remove
101
+ ```
102
+
86
103
  ### Cross-team Skill Subscription
87
104
 
88
105
  Subscribe to other teams' public skill repos:
package/README.zh-CN.md CHANGED
@@ -83,6 +83,23 @@ teamai hooks inject # 重新注入到每个已安装的工具
83
83
  teamai hooks remove # 移除所有 teamai 管理的 hooks
84
84
  ```
85
85
 
86
+ ### 团队 MCP Server
87
+
88
+ 在 `mcp/mcp.yaml` 中声明一次,`teamai pull` 按各工具原生格式写入。密钥用 `${VAR}`。
89
+
90
+ ```yaml
91
+ servers:
92
+ - name: gpu-analysis
93
+ transport: http # stdio | http | sse
94
+ url: https://example.com/api/mcp
95
+ headers:
96
+ Authorization: Bearer ${GPU_ANALYSIS_TOKEN}
97
+ ```
98
+
99
+ ```bash
100
+ teamai mcp list | inject | remove
101
+ ```
102
+
86
103
  ### 跨团队 Skill 订阅
87
104
 
88
105
  订阅其他团队的公开 skill 仓库: