{
  "mcp_version": "2025-11-25",
  "version": "1.0.0",
  "transport": "streamable-http",
  "url": "https://docs.deck.co/mcp",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "Deck Docs",
    "version": "1.0.0",
    "description": "Official Deck MCP server. Search and retrieve Deck API docs, guides, and product reference for computer use agents.",
    "homepage": "https://deck.co",
    "docs": "https://docs.deck.co"
  },
  "endpoints": [
    {
      "url": "https://docs.deck.co/mcp",
      "transport": "streamable-http",
      "capabilities": ["tools", "resources"],
      "auth": {
        "type": "none"
      }
    }
  ],
  "servers": [
    {
      "name": "public",
      "url": "https://docs.deck.co/mcp",
      "transport": "http",
      "authentication": "none"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "handshake": {
    "method": "POST",
    "url": "https://docs.deck.co/mcp",
    "accept": "application/json, text/event-stream",
    "contentType": "application/json",
    "initialize": {
      "jsonrpc": "2.0",
      "id": 1,
      "method": "initialize",
      "params": {
        "protocolVersion": "2025-11-25",
        "capabilities": {},
        "clientInfo": {
          "name": "deck.co",
          "version": "1.0.0"
        }
      }
    }
  }
}
