You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine a scenario where my resources are a set of notes returned by an API. When I use server.AddResource, the order (reverse or chronological) in which ListResources retrieves them should reflect my notes' updates. I see that mcp-go uses an internal map during server.AddResource, which clearly loses the sorting logic.