I want to make the resource like
@mcp.resource("folder://{path}") def folder_contents(path: str) -> list[str]:
The path should be something like xxx/. or xxx/abc/zzz/
With the @mcp.resource("folder://{path}") it doesn't work. Is there a way to implement it?