Resource detail
Resource read preview
Preview and copy the exact JSON-RPC resources/read request and response shape.
1Total1Enabled0Disabled
Resource read preview
Direct, read-only application-controlled context for MCP clients.
Resource read preview
This previews the exact JSON-RPC shape served by the `resources/read` runtime.
resources/read request
{
"jsonrpc": "2.0",
"id": "read-resource",
"method": "resources/read",
"params": {
"uri": "mock://resources/server-status"
}
}resources/read response
{
"jsonrpc": "2.0",
"id": "read-resource",
"result": {
"contents": [
{
"uri": "mock://resources/server-status",
"mimeType": "application/json",
"text": "{\n \"status\": \"ok\",\n \"source\": \"seed\"\n}"
}
]
}
}Runtime availability
Enabled resource. Readable through MCP resources/read.