Tool: windows_file_search — Search files via Windows Search #25

Closed
opened 2026-05-26 01:34:14 +00:00 by jmiller · 0 comments
Owner

Description

Search files using Windows Search index (instant results for indexed locations).

Acceptance Criteria

  • Search by name pattern (glob or regex)
  • Search by content (indexed content search)
  • Filter by date range, size, type
  • Use Windows Search index when available
  • Fallback to filesystem walk for non-indexed paths
  • Return: path, size, modified date, type
## Description Search files using Windows Search index (instant results for indexed locations). ## Acceptance Criteria - Search by name pattern (glob or regex) - Search by content (indexed content search) - Filter by date range, size, type - Use Windows Search index when available - Fallback to filesystem walk for non-indexed paths - Return: path, size, modified date, type
jmiller added the pending: testing label 2026-05-26 03:08:49 +00:00
Sign in to join this conversation.
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/mcp-windows#25