Hi
I’m starting to play around with exposing resources on my MCP server.
I have a resource available, which I can see just fine in the MCP inspector.
However, when I try to load it via cursor, it doesn’t show up.
listOfferings
doesn’t return any resources.
2025-03-07 16:10:10.417 [info] -mcp: Connected to sse server, fetching offerings
2025-03-07 16:10:10.421 [info] listOfferings: Found 6 tools
2025-03-07 16:10:10.421 [info] -mcp: Found 6 tools, 0 resources, and 0 resource templates
I tried to debug but the code for listOfferings
doesn’t seem to be in the workbench.desktop.main.js
bundle so there’s no way for me to see what’s happening or how to fix it.
Any advice would be welcome