MCP Resources
MCP resources provide read-only data access via the resources/read method. They complement the tools which perform mutations.
INFO
MCP resources are planned for the cloud server but not yet fully implemented. The resource URIs below are based on the prototype's design and will be ported in a future milestone.
Planned Resources
| URI | Description |
|---|---|
klaxon/open | All open items |
klaxon/item/{id} | Single item by ID |
klaxon/answer/{id} | Form response for an item |
klaxon/agents | List of registered agents |
klaxon/agent/{client_id} | Single agent details |
klaxon/audit | Recent audit log entries |
klaxon/audit/{id} | Single audit entry |
klaxon/thread/{id} | Item + all children |
klaxon/templates | All form templates |
klaxon/template/{name} | Single template |
klaxon/template-preview/{name} | Template rendered as HTML preview |
klaxon/stats | Aggregate item statistics |
klaxon/deadlines | Items with approaching deadlines |
klaxon/item/{id}/comments | Comments on an item |
klaxon/item/{id}/attachments | Attachment metadata for an item |
klaxon/item/{id}/watchers | Subscribers watching an item |
Usage
json
{
"jsonrpc": "2.0",
"id": 2,
"method": "resources/read",
"params": {
"uri": "klaxon/item/550e8400-e29b-41d4-a716-446655440000"
}
}