src/hologres_mcp_server/server.py [407:420]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            inputSchema={
                "type": "object",
                "properties": {
                    "schema": {
                        "type": "string",
                        "description": "Schema name in Hologres database"
                    },
                    "table": {
                        "type": "string",
                        "description": "Table name in Hologres database"
                    }
                },
                "required": ["schema", "table"]
            }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/hologres_mcp_server/server.py [531:544]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        inputSchema={
            "type": "object",
            "properties": {
                "schema": {
                    "type": "string",
                    "description": "Schema name in Hologres database"
                },
                "table": {
                    "type": "string",
                    "description": "Table name in Hologres database"
                }
            },
            "required": ["schema", "table"]
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



