Resource provider interface for registries and plugins.
Provides access to static resources and resource templates for MCP resources/list and resources/read requests.
resources/list
resources/read
This combined provider handles both resource types for convenience. Use isStaticResource() / isResourceTemplate() type guards when needed.
isStaticResource()
isResourceTemplate()
Get all static resources
Get all resource templates
Check if provider has any resources (static or templates)
Resource provider interface for registries and plugins.
Provides access to static resources and resource templates for MCP
resources/listandresources/readrequests.This combined provider handles both resource types for convenience. Use
isStaticResource()/isResourceTemplate()type guards when needed.