src/iotdb_mcp_server/server.py [195:200]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return [
            TextContent(
                type="text",
                text="\n".join([",".join(columns)] + result),
            )
        ]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/iotdb_mcp_server/server.py [269:274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return [
            TextContent(
                type="text",
                text="\n".join([",".join(columns)] + result),
            )
        ]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



