src/hologres_mcp_server/server.py [425:436]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            inputSchema={
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string",
                        "description": "The SQL query to analyze in Hologres database"
                    }
                },
                "required": ["query"]
            }
        ),
    Tool(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/hologres_mcp_server/server.py [439:450]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        inputSchema={
            "type": "object",
            "properties": {
                "query": {
                    "type": "string",
                    "description": "The SQL query to analyze in Hologres database"
                }
            },
            "required": ["query"]
        }
    ),
    Tool(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



