{
  "schema": 1,
  "updated_at": "2026-08-10T00:00:00.000Z",
  "packages": [
    {
      "name": "everything-demo",
      "label": "MCP Everything (Demo)",
      "description": "Reference MCP server exercising tools, prompts, and resources. A working example of a Leo dynamic package that installs with no rebuild.",
      "icon": "puzzle",
      "version": "1.0.0",
      "author": "Model Context Protocol",
      "homepage": "https://github.com/modelcontextprotocol/servers",
      "category": "package",
      "mcp": {
        "transport": "stdio",
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-everything@2026.7.4"
        ],
        "timeout_secs": 30
      },
      "descriptor": {
        "fields": [],
        "pages": [],
        "migrations": []
      }
    },
    {
      "name": "words-with-fam",
      "label": "Words With Fam",
      "description": "Play Words With Friends with your family — full 15×15 board, the real tile set and premium squares, dictionary-validated plays, blanks, swaps, and scoring.",
      "icon": "puzzle-piece",
      "version": "0.2.0",
      "author": "scottraio",
      "homepage": "https://github.com/scottraio/leo-words-with-fam",
      "descriptor": {
        "kind": "app",
        "app": {
          "repo": "https://github.com/scottraio/leo-words-with-fam",
          "rev": "2f64b40c9292fbb275430bd11aae3ba579e4c382",
          "branch": "main",
          "build": "cargo build --release",
          "bin": "target/release/leo-words-with-fam",
          "port": 0
        },
        "pages": [
          {
            "path": "play",
            "label": "Words",
            "icon": "puzzle-piece",
            "sidebar_group": "Family"
          }
        ]
      }
    }
  ]
}
