Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit f960760

Browse files
committed
refactor(tool): clarify and improve per-call progress report format
1 parent afbc5a0 commit f960760

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

src/mcp_server.py

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,20 @@ def search_py_dep_manager_docs(
109109
🎯 CORE VALUE: Access to authoritative, up-to-date official docs that general knowledge can't provide.
110110
111111
⚡ EXECUTION STRATEGY (85%+ first-call success):
112-
- MANDATORY: Multi-call progress format: "📊 **[Topic] Research - Call X/Y** ✅ **Gathered**: [key findings] 🔄 **Next**: [specific gap] 🎯 **Goal**: [deliverable]"
112+
- MANDATORY: Multi-call progress report format:
113+
114+
```markdown
115+
### 📊 [Topic] Research - Progress Report [X]
116+
117+
- ✅ **Gathered**: [key findings]
118+
- 🔄 **Next**: [specific gap]
119+
- 🎯 **Goal**: [deliverable]
120+
```
121+
113122
- WHY: Users lose confidence without progress visibility; structured updates prevent confusion
114-
- WHEN: Use progress format for ANY multi-step research (migration guides, comparisons, complex tutorials)
115-
- ENFORCEMENT: Show progress header AFTER EVERY INDIVIDUAL CALL, not just at final response (why: continuous user confidence)
116-
- TIMING: Call 1 → Progress 1/NCall 2 → Progress 2/NCall 3 → Progress 3/N → Final Answer (why: step-by-step transparency)
123+
- WHEN: Use progress report format for ANY multi-step research (migration guides, comparisons, complex tutorials)
124+
- ENFORCEMENT: Show progress header AFTER EVERY INDIVIDUAL TOOL CALL, not just at final response (why: continuous user confidence)
125+
- TIMING: Tool call 1 → Progress Report 1Tool call 2 → Progress Report 2etc. → Final Answer (why: step-by-step transparency)
117126
- PATTERNS: Start with proven query patterns below for maximum hit rate
118127
119128
🎯 PROVEN QUERY PATTERNS (use these exact phrases for maximum results):

0 commit comments

Comments
 (0)