-
fix(mcp): accept 'pattern' as an alias for 'query' on grep/find_files
发布于
2026-05-03 23:44:31 +00:00 multi_grep uses 'patterns' while grep/find_files use 'query'; LLMs
routinely confuse the two and trip on 'missing fieldquery' (#311).
Add a serde alias so the wrong-but-intuitive name also works without
changing the published JSON schema.下载附件