Commit ad6c971
committed
ci(065): widen eval.yml path-filter to cover the retrieval system
The eval gate only triggered on cmd/scan-eval, internal/security, and the
datasets — so a change to the discovery system under test (search index,
tokenizer, tool routing/ranking, tool descriptions) would silently skip the
D1 retrieval + D2 security gates.
Add the retrieval paths so the gate fires on discovery changes:
- internal/index/** (Bleve BM25 index + tokenizer)
- internal/server/mcp.go (retrieve_tools handler)
- internal/server/mcp_routing.go (tool routing/ranking)
- internal/server/mcp_annotations.go (tool annotations/descriptions)
- cmd/mcpproxy/** (CLI + serve wiring)
Addresses CodexReviewer request_changes on PR #561.
Related #MCP-8361 parent 0f11ec4 commit ad6c971
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
22 | 34 | | |
23 | 35 | | |
24 | 36 | | |
| |||
0 commit comments