{
  "protocolVersion": "0.3.0",
  "name": "tehilagames",
  "version": "1.0.0",
  "description": "tehila·games (tehilagames.com) - a free, sign-up-free browser games site for kids in Hebrew and English. This agent answers game-catalog, direct-link, and leaderboard questions. It speaks MCP (streamable HTTP), not the full A2A message protocol - see supportedInterfaces.",
  "url": "https://tehilagames.com/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    { "url": "https://tehilagames.com/mcp", "transport": "JSONRPC", "protocol": "mcp/streamable-http" }
  ],
  "provider": {
    "organization": "tehila·games",
    "url": "https://tehilagames.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "search-games",
      "name": "Search games",
      "description": "Search the free browser-game catalog by Hebrew or English query; returns titles, categories and direct play links.",
      "tags": ["games", "catalog"]
    },
    {
      "id": "get-game",
      "name": "Get game details",
      "description": "Full details of one game by its slug, including its play URL in both locales.",
      "tags": ["games"]
    },
    {
      "id": "leaderboard",
      "name": "Leaderboard",
      "description": "Read the site-wide star leaderboard, all-time and this week.",
      "tags": ["leaderboard"]
    }
  ],
  "documentationUrl": "https://tehilagames.com/auth.md"
}
