{
  "protocolVersion": "0.3.0",
  "name": "git-top",
  "title": "Git.Top Project Intelligence Agent",
  "version": "0.1.0",
  "description": "Agent interface for GitHub project discovery, recommendations, alternatives, comparison, graph reasoning, quality checks, and trust preflight.",
  "url": "https://git.top",
  "supportedInterfaces": [
    {
      "url": "https://git.top/mcp",
      "transport": "mcp-streamable-http",
      "protocol": "mcp",
      "protocolVersion": "2025-06-18"
    },
    {
      "url": "https://git.top/openapi.json",
      "transport": "https",
      "protocol": "openapi",
      "protocolVersion": "3.1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://git.top/.well-known/mcp.json",
        "description": "MCP server card"
      },
      {
        "uri": "https://git.top/.well-known/agent-skills/index.json",
        "description": "Agent Skills discovery index"
      }
    ]
  },
  "skills": [
    {
      "id": "discover-open-source-projects",
      "name": "Discover open-source projects",
      "description": "Find candidate GitHub repositories by use case, category, deployment target, language, and Cloudflare readiness.",
      "tags": [
        "github",
        "search",
        "open-source",
        "project-discovery"
      ],
      "examples": [
        "Find Cloudflare-ready agent frameworks",
        "Search for MCP servers with deployment evidence"
      ]
    },
    {
      "id": "recommend-project-stack",
      "name": "Recommend a project stack",
      "description": "Rank project candidates with fit profiles, tradeoffs, adoption plans, risk flags, and next actions.",
      "tags": [
        "recommendation",
        "comparison",
        "agent-workflow"
      ],
      "examples": [
        "Recommend a browser automation stack",
        "Compare LangChain alternatives"
      ]
    },
    {
      "id": "check-trust-and-quality",
      "name": "Check trust and quality",
      "description": "Verify data source, freshness, benchmark health, quality signals, known limitations, and review queues.",
      "tags": [
        "trust",
        "quality",
        "benchmark"
      ],
      "examples": [
        "Check whether results are D1-backed",
        "Inspect public benchmark status"
      ]
    }
  ]
}