Expand description
MCP Resources implementation
Resources allow servers to share data that provides context to language models, such as files, database schemas, or application-specific information. Each resource is uniquely identified by a URI.
Structsยง
- List
Resources Params - Parameters for listing resources
- List
Resources Result - Result of listing resources
- Read
Resource Params - Parameters for reading a resource
- Read
Resource Result - Result of reading a resource
- Resource
- MCP Resource definition
- Resource
Capabilities - Resource capabilities as defined by MCP
- Resource
Content - Resource content (for reading resources)
- Resource
Manager - Resource manager for MCP server