{
    "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
    "serverInfo": {
        "name": "Golpo Hub MCP Server",
        "version": "1.1.0",
        "description": "Model Context Protocol (MCP) server for Golpo Hub serialized web novel reader platform.",
        "website": "https://mail.golpohub.com"
    },
    "endpoint": "https://mail.golpohub.com/mcp",
    "transport": {
        "type": "streamable-http",
        "endpoint": "https://mail.golpohub.com/mcp"
    },
    "capabilities": {
        "tools": {
            "listChanged": false,
            "available": [
                {
                    "name": "search_novels",
                    "description": "Search novels, authors, episodes, categories, and tags."
                },
                {
                    "name": "get_episode_content",
                    "description": "Retrieve clean markdown formatted episode reading text."
                },
                {
                    "name": "get_series_details",
                    "description": "Retrieve series metadata, volume list, and chapter outlines."
                }
            ]
        },
        "resources": {
            "listChanged": false,
            "subscribe": false
        },
        "prompts": {
            "listChanged": false
        },
        "logging": {}
    }
}