发布

  • fix(mcp): accept 'pattern' as an alias for 'query' on grep/find_files

    frostbyte_neo 发布于 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 field query' (#311).
    Add a serde alias so the wrong-but-intuitive name also works without
    changing the published JSON schema.

    下载附件