{
  "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": {
    "block_name": "trust disclaimer",
    "signed_blocks": [
      "all"
    ],
    "scope": "full",
    "warning": "This feed is fully signed.",
    "public_key_hint": "https://wellknownmcp.org/.well-known/public.pem",
    "certifier": "https://llmca.org",
    "canonicalization": "https://llmca.org/mcp-canonical-json/v1"
  },
  "signature": {
    "algorithm": "ed25519",
    "value": "+cZpf0UhseBpM8d04yFJSuxpLRYZLHaPKeEuLXL6V9ZGS8jAem7X8lgNcJWRq2kGrkRepeb3SoVY4We5JYewBA==",
    "created_at": "2025-05-12T17:16:55.095555Z"
  },
  "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."
    }
  ]
}