{
  "feed_type": "example",
  "metadata": {
    "origin": "https://wellknownmcp.org/exports/demo/kungfu.llmfeed.json",
    "title": "Kung Fu Mode Activated",
    "description": "Playful demo feed. Shows how a minimal llmfeed.json works with signature and certification.",
    "tags": [
      "fun",
      "demo",
      "mcp",
      "agent",
      "matrix"
    ],
    "lang": "en",
    "publisher": "wellknownmcp.org"
  },
  "trust": {
    "canonicalization": "https://llmca.org/mcp-canonical-json/v1",
    "public_key_hint": "https://wellknownmcp.org/.well-known/public.pem",
    "signed_blocks": [
      "feed_type",
      "metadata",
      "trust",
      "data"
    ],
    "algorithm": "ed25519",
    "scope": "partial",
    "warning": "This feed is only partially signed."
  },
  "signature": {
    "value": "dEzTQ2QYMYOOd7+UqDK+8nHaaHvXUeEeqk47zd0ozim4vhBPQ+fIlxkAuXQD53WvDT/rw8hPs9Fd9J14MnM8DA==",
    "created_at": "2025-06-03T07:59:53.305751Z"
  },
  "data": [
    {
      "type": "quote",
      "from": "Neo",
      "content": "Now I know kung fu."
    },
    {
      "type": "summary",
      "content": "Minimal example of a valid llmfeed.json. Contains a single quote and signature blocks. Useful as template for developers."
    }
  ]
}