``` public interface ResourceContent { String uri(); String name(); String description(); String mimeType(); Long size(); Annotations annotations(); } ``` This code is from McpSchema, and I think the interface and its implementation class need to add a title field and modify its constructor