Interface McpResource
- All Known Implementing Classes:
DiagnosticsResource, SymbolsResource
public interface McpResource
Interface for individual MCP resource implementations.
-
Method Summary
Modifier and TypeMethodDescriptionThe resource definitions this provider exposes.booleanWhether this provider handles the given URI.Read the resource at the given URI.
-
Method Details
-
definitions
List<ResourceDefinition> definitions()The resource definitions this provider exposes. -
handles
Whether this provider handles the given URI. -
read
Read the resource at the given URI.
-