Skip to content

According to the latest MCP official website documentation, ResourceContent requires a title field #348

Open
@TheEterna

Description

@TheEterna
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions