resolvePath

@Tool(description = "Resolve a path hint using fuzzy matching if it doesn't exist.")
fun resolvePath(@McpToolParam(description = "The path hint or partial filename to resolve") hint: String): List<String>