mcp-osp-prompt 1.0.1 → 1.0.2
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/package.json +1 -1
- package/server.js +1 -0
package/package.json
CHANGED
package/server.js
CHANGED
|
@@ -267,6 +267,7 @@ async function handleToolCall(req) {
|
|
|
267
267
|
- 是否偏离计划需要调整
|
|
268
268
|
- 是否即将执行重要操作(删除代码、修改核心逻辑、数据库变更等)
|
|
269
269
|
- 是否存在"TBD"、"待确认"、"Question"等需要用户确认的内容
|
|
270
|
+
- 是否涉及项目/系统范围确认(无论已确认还是待确认,都必须调用 dev-feedback 让用户确认)
|
|
270
271
|
4. **下一步**:下一步计划(如有)
|
|
271
272
|
|
|
272
273
|
**最后一步结束后,确认:是否满足所有需求和完成了计划?**
|