Uses of Record Class
com.github.copilot.generated.rpc.McpResourceAnnotations
Packages that use McpResourceAnnotations
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of McpResourceAnnotations in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return McpResourceAnnotationsModifier and TypeMethodDescriptionMcpResource.annotations()Returns the value of theannotationsrecord component.McpResourceTemplate.annotations()Returns the value of theannotationsrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type McpResourceAnnotationsModifierConstructorDescriptionMcpResource(String uri, String name, String title, String description, String mimeType, Long size, List<McpResourceIcon> icons, McpResourceAnnotations annotations, Map<String, Object> meta, Map<String, Object> additionalProperties) Creates an instance of aMcpResourcerecord class.McpResourceTemplate(String uriTemplate, String name, String title, String description, String mimeType, List<McpResourceIcon> icons, McpResourceAnnotations annotations, Map<String, Object> meta, Map<String, Object> additionalProperties) Creates an instance of aMcpResourceTemplaterecord class.