I have been playing with Relay and like it very much. I have a question on using / accessing mcp resources, as far as I can tell that is currently not possible right? When using puppeteer for example, screenshots taken can be accessed through screenshot://{image_name}, but through Relay there is no way to access that(?).
Githubs MCP also provides a repo:// resource for example which is not accessible. Am I missing something or is this indeed not possible currently?
Maybe we can provide access to resources through tools as well, something like get_screenshot_resource($screenshot_name) which will fetch data from the MCP server.
I have been playing with Relay and like it very much. I have a question on using / accessing mcp resources, as far as I can tell that is currently not possible right? When using puppeteer for example, screenshots taken can be accessed through
screenshot://{image_name}, but through Relay there is no way to access that(?).Githubs MCP also provides a
repo://resource for example which is not accessible. Am I missing something or is this indeed not possible currently?Maybe we can provide access to resources through tools as well, something like
get_screenshot_resource($screenshot_name)which will fetch data from the MCP server.