Commit 13777f6
feat(mcp): add free-text
evolver_search_assets only accepted a `signals` keyword array, so an agent had
to guess the right signal keywords. Add an optional free-text `query` so a caller
can describe the current situation in natural language and get a semantic match
-- e.g. query "restore quoted reply text in a feishu bot".
- inputSchema: add `query` (string); `signals` is no longer required (provide
query and/or signals).
- handler: forward `query` to the proxy's POST /asset/search.
The proxy routes a free-text `query` to the hub's existing semantic-search
endpoint; companion change EvoMap/evolver-private-dev#208.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>query to evolver_search_assets1 parent c7f9501 commit 13777f6
2 files changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
6 | 16 | | |
7 | 17 | | |
8 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments