readResource

open suspend override fun readResource(uri: String): ResourceContents?

Reads file contents if uri starts with file:// and matches one of the known files. If the file doesn't exist or is a directory, returns null.