| Name | Type | Description |
|---|---|---|
filePath* | string |
Determine MIME type from a file path's extension.
Returns "application/octet-stream" for unknown extensions so that binary files are not accidentally treated as text (grep, read_file, etc. rely on isTextMimeType which would return true for "text/plain").
File path to inspect