Commit 10510d4
authored
docs: remove meta tools implementation details from README (#40)
* docs: remove meta tools implementation details from README
Remove references to search algorithms (BM25, TF-IDF, hybrid search) from
the Meta Tools section to keep documentation focused on user-facing
functionality rather than internal implementation details.
Changes:
- Removed mention of "hybrid BM25 + TF-IDF search" from Features section
- Removed entire "Hybrid Search Configuration" section with hybrid_alpha examples
- Removed technical explanations about BM25/TF-IDF algorithms
- Kept focus on what users can do (discover and execute tools)
Rationale:
- Aligns with documentation in agents/python/meta-tools.mdx
- Users don't need to know about underlying search algorithms
- Implementation details can change without affecting user-facing API
- Maintains consistency with Node.js SDK documentation standards
- Follows SDK documentation best practices (focus on "what" and "how to use")
* chore: link to ENG-11260
Related: ENG-11260
* docs: remove MCP implementation references from README
Remove mentions of "MCP server" and "MCP-backed" from user-facing
documentation. Replace with generic "dynamic discovery" terminology.
Changes:
- "Dynamic MCP-backed discovery" → "Dynamic discovery"
- "for MCP server and CrewAI" → "for dynamic discovery and CrewAI"
- "Install with MCP server support" → "Install with dynamic discovery support"
- Remove "uses the StackOne MCP server under the hood" explanation
Users don't need to know about internal MCP implementation details.
Related: ENG-112601 parent 6547388 commit 10510d4
1 file changed
+6
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | 361 | | |
386 | 362 | | |
387 | 363 | | |
| |||
0 commit comments