{
  "name": "boplog public build archive",
  "description": "Free, read-only access to Kevin Rajan's public GitHub repositories he has committed to.",
  "homepage": "https://kvnloo.github.io/boplog/",
  "instructions": "https://kvnloo.github.io/boplog/agents.md",
  "openapi": "https://kvnloo.github.io/boplog/openapi.json",
  "developerGuide": "https://kvnloo.github.io/boplog/developers/",
  "capabilities": [
    {
      "name": "search-public-builds",
      "whenToUse": "When a user asks what Kevin / kvnloo has publicly built or committed to on GitHub.",
      "data": "https://kvnloo.github.io/boplog/data/manifest.json"
    },
    {
      "name": "query-from-cli",
      "whenToUse": "When a user or agent needs terminal access without an API key.",
      "command": "boplog search <query>"
    },
    {
      "name": "query-over-mcp",
      "whenToUse": "When an MCP host needs read-only tools for latest, search, and exact build retrieval.",
      "discovery": "https://kvnloo.github.io/boplog/.well-known/mcp"
    }
  ],
  "authentication": "none",
  "cost": "free",
  "dataPolicy": "Only public repos with authored commits are exposed. Archive-only forks without commits are excluded."
}
