{
  "name": "VibeLaunch Discovery Agent",
  "version": "0.1.0",
  "description": "Read-only discovery card for VibeLaunch publishing help and MCP connector setup. VibeLaunch does not expose a separate A2A execution endpoint yet.",
  "supportedInterfaces": [
    {
      "transport": "https+json",
      "url": "https://vibelaunch.live/.well-known/agent-card.json"
    },
    {
      "transport": "mcp-streamable-http",
      "url": "https://mcp.vibelaunch.live/mcp"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "execution": false
  },
  "skills": [
    {
      "id": "vibelaunch-discovery",
      "name": "Explain VibeLaunch publishing",
      "description": "Answer read-only questions about VibeLaunch launch limits, MCP setup, review resources, and publishing safety.",
      "tags": [
        "discovery",
        "mcp",
        "publishing"
      ],
      "examples": [
        "How do I publish an app I built in Claude?",
        "What connector URL should I use?",
        "Where is the VibeLaunch MCP review packet?"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "text/markdown"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ]
}
