Skip to content

Release: v0.16.0

Choose a tag to compare

@shinpr shinpr released this 09 Jul 07:18
343d908

Highlights

  • scope filter for list_files and list — narrow a listing to one or more absolute path prefixes.

What's new

  • The list_files MCP tool and the list CLI subcommand accept an optional scope: a single absolute path prefix or a list (unioned).
  • Matching is exact-or-descendant and boundary-safe: /docs/api matches /docs/api and /docs/api/auth.md, but not /docs/apiv2.
  • On large volumes, scope also speeds up the listing by skipping out-of-scope directories during the scan.
  • ingest_data sources are always listed, regardless of scope.
  • A non-absolute prefix matches nothing and now emits a non-fatal warning (MCP: a warning item; CLI: stderr, exit 0).