Commit 4cc6b4b
committed
feat(meta-tools): guide @mux to optimize minimal-first
Optimizing was slow because the model dumped the whole catalog and built
one large FeatureSet upfront. Add concise (token-cheap) guidance steering
it to start minimal and expand on demand:
- Server instructions: "start minimal, expand later" one-liner.
- mcpmux_list_all_tools: prefer mcpmux_search_tools; flag the full dump as
token-heavy.
- mcpmux_manage_feature_set: prefer a small initial set expanded later.
Guidance-only; no tool behavior change.
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>1 parent f87c3f2 commit 4cc6b4b
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
372 | 375 | | |
373 | 376 | | |
374 | 377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
719 | | - | |
| 719 | + | |
| 720 | + | |
720 | 721 | | |
721 | 722 | | |
722 | 723 | | |
| |||
0 commit comments