readManyFiles

@Tool(description = "Read multiple files at once.")
fun readManyFiles(@McpToolParam(description = "A list of relative paths to the files") paths: List<String>): Map<String, FileContentResponse>