{
  "schema_version": "agent-manifest.v1",
  "name": "git-top",
  "title": "Git.Top",
  "url": "https://git.top",
  "description": "Agent-native GitHub project knowledge layer for open-source discovery, comparison, deployment fit, alternatives, quality signals, and MCP access.",
  "preferred_entrypoints": {
    "markdown": "https://git.top/index.md",
    "llms_txt": "https://git.top/llms.txt",
    "llms_full_txt": "https://git.top/llms-full.txt",
    "openapi": "https://git.top/openapi.json",
    "api_catalog": "https://git.top/.well-known/api-catalog.json",
    "mcp_server_card": "https://git.top/.well-known/mcp.json",
    "mcp_endpoint": "https://git.top/mcp",
    "skills": "https://git.top/.well-known/skills.json",
    "auth": "https://git.top/auth.md",
    "sitemap": "https://git.top/sitemap.xml",
    "robots": "https://git.top/robots.txt"
  },
  "auth": {
    "public_read_only": "none",
    "public_mcp": "none",
    "operator_admin": "bearer SYNC_SECRET",
    "policy_url": "https://git.top/auth.md"
  },
  "capabilities": [
    "project_search",
    "project_lookup",
    "recommendations",
    "comparison",
    "alternatives",
    "project_graph",
    "quality_scoring",
    "trust_preflight",
    "ecosystem_atlas",
    "agent_workflow",
    "grp_query"
  ],
  "discovery": {
    "link_header": [
      "<https://git.top/llms.txt>; rel=\"llms\"; type=\"text/plain\"",
      "<https://git.top/llms-full.txt>; rel=\"llms-full\"; type=\"text/plain\"",
      "<https://git.top/openapi.json>; rel=\"service-desc\"; type=\"application/json\"; title=\"Git.Top OpenAPI\"",
      "<https://git.top/.well-known/api-catalog.json>; rel=\"api-catalog\"; type=\"application/json\"",
      "<https://git.top/.well-known/agents.json>; rel=\"agent-manifest\"; type=\"application/json\"",
      "<https://git.top/.well-known/mcp.json>; rel=\"mcp-server\"; type=\"application/json\"",
      "<https://git.top/.well-known/skills.json>; rel=\"agent-skills\"; type=\"application/json\"",
      "<https://git.top/auth.md>; rel=\"authorization\"; type=\"text/markdown\""
    ],
    "well_known": [
      "https://git.top/.well-known/agents.json",
      "https://git.top/.well-known/api-catalog.json",
      "https://git.top/.well-known/mcp.json",
      "https://git.top/.well-known/skills.json",
      "https://git.top/.well-known/auth.md"
    ]
  }
}