@xfe-repo/cli-plugin-ai-mcp 2.0.8 → 2.0.9
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/CHANGELOG.md +6 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -154,6 +154,7 @@ function buildMcpInjectionItems(config) {
|
|
|
154
154
|
'- MCP 命令可能直接返回 completed/error 结果;当返回 status 为 running 时,必须使用 xfe-get-session-logs 基于 sessionId 轮询日志和状态。',
|
|
155
155
|
'- 除非用户明确要求停止任务,否则不要调用 xfe-kill-session 终止已有的开发任务。',
|
|
156
156
|
'- 项目错误、编译日志获取优先顺序是:`xfe-cli-mcp` dev session log > IDE TypeScript/ESLint 报错 > 相关模块代码链路',
|
|
157
|
+
'- 不要轻易修改用户的环境、平台等配置,验证结果优先dev session log,不要频繁build验证',
|
|
157
158
|
].join('\n');
|
|
158
159
|
const serverConfig = {
|
|
159
160
|
type: 'http',
|