The Goose Desktop tool router doesn't expose standard MCP protocol operations
While the Goose Desktop tool seems to know about the 'tools' in MCP servers added through the extension manager, it seems to be unaware of the 'resources' and 'prompts' that exposed by the MCP server. I would have thought such basic support would have been wired in to Goose Desktop, in any case it would be very helpful.
Use Case: When an MCP server is attached through the Goose Extensions mechanism as a custom extension and has resources and tools, I would like to be able to ask Goose questions that can obtain (and leverage) these resources and prompts from the MCP server.
Note: I have attempted with both STDIO and Streamable-HTTP MCP servers (including very simple ones written using FastMCP)
this should be fixed by: https://github.com/block/goose/pull/5344 I think
but can you describe your use case in slightly more detail? what MCP servers are you using, what are the queries you are sending and what are the answers you would expect? would make it all easier to check