Reading Resources
Read a resource using its URI:weather://{{city}}/current, and you fill in the parameters when reading:
Content Types
Resources return different content types depending on what they expose. Text resources include configuration files, JSON data, and other human-readable content:Multi-Server Clients
When using multi-server clients, resource URIs are prefixed with the server name:Version Selection
When a server exposes multiple versions of a resource, you can request a specific version:Raw Protocol Access
For complete control, useread_resource_mcp() which returns the full MCP protocol object:

